Html Css Color HEX #BDC377 Pine Glade

📋 copy color: '#BDC377'

red 189 ◦ green 195 ◦ blue 119

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

Shades of Pine Glade #BDC377

Tints of Pine Glade #BDC377

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.77%

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

R = 37.57%
G = 38.77%
B = 23.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#BDC377 (or 0xBDC377) is known color: Pine Glade. HEX triplet: BD, C3 and 77. RGB value is (189,195,119). Sum of RGB (Red+Green+Blue) = 189+195+119=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC377 is #423C88. Grayscale: #B8B8B8. Windows color (decimal): -4340873 or 7848893. OLE color: 7848893.

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

Color convert

RGB 189 195 119 -
CMYK 0.03 0 0.39 0.24
HSL 64.74º 0.39% 0.62% -
HSV(B) 64.74º 0.39% 0.76% -
XYZ 43.83 51.18 25.02 -
YUV 184.54 91.01 131.18 -
System Red Green Blue C M Y K H S L
Decimal 189 195 119 0.03 0 0.39 0.24 64.74 0.39 0.62
Hex BD C3 77 3 0 27 18 41 27 3E
Octal 275 303 167 3 0 47 30 101 47 76
Binary 10111101 11000011 1110111 11 0 100111 11000 1000001 100111 111110

Color Harmonies of #BDC377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC377

Black with #BDC377

Text Example


Text Example

White with #BDC377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC377; }

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

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

background-color css

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

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

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

border-color css

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

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

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