Html Css Color HEX #BDC477 Pine Glade

📋 copy color: '#BDC477'

red 189 ◦ green 196 ◦ blue 119

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

Shades of Pine Glade #BDC477

Tints of Pine Glade #BDC477

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.89%

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

R = 37.5%
G = 38.89%
B = 23.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#BDC477 (or 0xBDC477) is known color: Pine Glade. HEX triplet: BD, C4 and 77. RGB value is (189,196,119). Sum of RGB (Red+Green+Blue) = 189+196+119=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC477 is #423B88. Grayscale: #B9B9B9. Windows color (decimal): -4340617 or 7849149. OLE color: 7849149.

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

Color convert

RGB 189 196 119 -
CMYK 0.04 0 0.39 0.23
HSL 65.45º 0.39% 0.62% -
HSV(B) 65.45º 0.39% 0.77% -
XYZ 44.06 51.63 25.1 -
YUV 185.13 90.68 130.76 -
System Red Green Blue C M Y K H S L
Decimal 189 196 119 0.04 0 0.39 0.23 65.45 0.39 0.62
Hex BD C4 77 4 0 27 17 41 27 3E
Octal 275 304 167 4 0 47 27 101 47 76
Binary 10111101 11000100 1110111 100 0 100111 10111 1000001 100111 111110

Color Harmonies of #BDC477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC477

Black with #BDC477

Text Example


Text Example

White with #BDC477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC477; }

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

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

background-color css

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

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

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

border-color css

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

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

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