Html Css Color HEX #BDC577 Pine Glade

📋 copy color: '#BDC577'

red 189 ◦ green 197 ◦ blue 119

#BDC577
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BDC577

Tints of Pine Glade #BDC577

RGB

 RED value IS 189 (74.22% from 255) = 37.43%

 GREEN value IS 197 (77.34% from 255) = 39.01%

 BLUE value IS 119 (46.88% from 255) = 23.56%

R = 37.43%
G = 39.01%
B = 23.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDC577 (or 0xBDC577) is known color: Pine Glade. HEX triplet: BD, C5 and 77. RGB value is (189,197,119). Sum of RGB (Red+Green+Blue) = 189+197+119=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC577 is #423A88. Grayscale: #BABABA. Windows color (decimal): -4340361 or 7849405. OLE color: 7849405.

HSL color Cylindrical-coordinate representation of color #BDC577: hue angle of 66.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC577 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 119 -
CMYK 0.04 0 0.40 0.23
HSL 66.15º 0.4% 0.62% -
HSV(B) 66.15º 0.4% 0.77% -
XYZ 44.28 52.08 25.17 -
YUV 185.72 90.35 130.34 -
System Red Green Blue C M Y K H S L
Decimal 189 197 119 0.04 0 0.40 0.23 66.15 0.4 0.62
Hex BD C5 77 4 0 28 17 42 28 3E
Octal 275 305 167 4 0 50 27 102 50 76
Binary 10111101 11000101 1110111 100 0 101000 10111 1000010 101000 111110

Color Harmonies of #BDC577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC577

Black with #BDC577

Text Example


Text Example

White with #BDC577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC577; }

 p { color: rgb(189,197,119); }

 H1.HeaderClassName
 {
   color: #BDC577;
 }
 .AnyTagClassName
 {
   color: #BDC577;
 }
</style>

background-color css

<style>
 a { background-color: #BDC577; }

 a { background-color: rgb(189,197,119); }

 div.DivClassName
 {
   background-color: #BDC577;
 }
 .BgClassName
 {
   background-color: #BDC577;
 }
</style>

border-color css

<style>
 span { border-color: #BDC577; }

 span { border-color: rgb(189,197,119); }

 td.TdClassName
 {
   border-color: #BDC577;
 }
 .TagClassName
 {
   border-color: #BDC577;
 }
</style>