Html Css Color HEX #BDC078 Pine Glade

📋 copy color: '#BDC078'

red 189 ◦ green 192 ◦ blue 120

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

Shades of Pine Glade #BDC078

Tints of Pine Glade #BDC078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.32%

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

R = 37.72%
G = 38.32%
B = 23.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BDC078 (or 0xBDC078) is known color: Pine Glade. HEX triplet: BD, C0 and 78. RGB value is (189,192,120). Sum of RGB (Red+Green+Blue) = 189+192+120=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 120 (47.27% from 255 or 23.95% from 501); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC078 is #423F87. Grayscale: #B7B7B7. Windows color (decimal): -4341640 or 7913661. OLE color: 7913661.

HSL color Cylindrical-coordinate representation of color #BDC078: hue angle of 62.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDC078 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 192 120 -
CMYK 0.02 0 0.38 0.25
HSL 62.5º 0.36% 0.61% -
HSV(B) 62.5º 0.38% 0.75% -
XYZ 43.23 49.87 25.12 -
YUV 182.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 189 192 120 0.02 0 0.38 0.25 62.5 0.36 0.61
Hex BD C0 78 2 0 26 19 3F 24 3D
Octal 275 300 170 2 0 46 31 77 44 75
Binary 10111101 11000000 1111000 10 0 100110 11001 111111 100100 111101

Color Harmonies of #BDC078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC078

Black with #BDC078

Text Example


Text Example

White with #BDC078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC078; }

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

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

background-color css

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

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

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

border-color css

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

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

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