Html Css Color HEX #BDC376 Pine Glade

📋 copy color: '#BDC376'

red 189 ◦ green 195 ◦ blue 118

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

Shades of Pine Glade #BDC376

Tints of Pine Glade #BDC376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 37.65%
G = 38.84%
B = 23.51%

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

#BDC376 (or 0xBDC376) is known color: Pine Glade. HEX triplet: BD, C3 and 76. RGB value is (189,195,118). Sum of RGB (Red+Green+Blue) = 189+195+118=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC376 is #423C89. Grayscale: #B8B8B8. Windows color (decimal): -4340874 or 7783357. OLE color: 7783357.

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

Color convert

RGB 189 195 118 -
CMYK 0.03 0 0.39 0.24
HSL 64.68º 0.39% 0.61% -
HSV(B) 64.68º 0.39% 0.76% -
XYZ 43.77 51.16 24.71 -
YUV 184.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 189 195 118 0.03 0 0.39 0.24 64.68 0.39 0.61
Hex BD C3 76 3 0 27 18 41 27 3D
Octal 275 303 166 3 0 47 30 101 47 75
Binary 10111101 11000011 1110110 11 0 100111 11000 1000001 100111 111101

Color Harmonies of #BDC376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC376

Black with #BDC376

Text Example


Text Example

White with #BDC376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC376; }

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

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

background-color css

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

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

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

border-color css

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

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

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