Html Css Color HEX #BDC278 Pine Glade

📋 copy color: '#BDC278'

red 189 ◦ green 194 ◦ blue 120

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

Shades of Pine Glade #BDC278

Tints of Pine Glade #BDC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.57%

 BLUE value IS 120 (47.27% from 255) = 23.86%

R = 37.57%
G = 38.57%
B = 23.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#BDC278 (or 0xBDC278) is known color: Pine Glade. HEX triplet: BD, C2 and 78. RGB value is (189,194,120). Sum of RGB (Red+Green+Blue) = 189+194+120=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC278 is #423D87. Grayscale: #B8B8B8. Windows color (decimal): -4341128 or 7914173. OLE color: 7914173.

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

Color convert

RGB 189 194 120 -
CMYK 0.03 0 0.38 0.24
HSL 64.05º 0.38% 0.62% -
HSV(B) 64.05º 0.38% 0.76% -
XYZ 43.67 50.76 25.27 -
YUV 184.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 189 194 120 0.03 0 0.38 0.24 64.05 0.38 0.62
Hex BD C2 78 3 0 26 18 40 26 3E
Octal 275 302 170 3 0 46 30 100 46 76
Binary 10111101 11000010 1111000 11 0 100110 11000 1000000 100110 111110

Color Harmonies of #BDC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC278

Black with #BDC278

Text Example


Text Example

White with #BDC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC278; }

 p { color: rgb(189,194,120); }

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

background-color css

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

 a { background-color: rgb(189,194,120); }

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

border-color css

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

 span { border-color: rgb(189,194,120); }

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