Html Css Color HEX #BDC074 Pine Glade

📋 copy color: '#BDC074'

red 189 ◦ green 192 ◦ blue 116

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

Shades of Pine Glade #BDC074

Tints of Pine Glade #BDC074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 38.03%
G = 38.63%
B = 23.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BDC074 (or 0xBDC074) is known color: Pine Glade. HEX triplet: BD, C0 and 74. RGB value is (189,192,116). Sum of RGB (Red+Green+Blue) = 189+192+116=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC074 is #423F8B. Grayscale: #B6B6B6. Windows color (decimal): -4341644 or 7651517. OLE color: 7651517.

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

Color convert

RGB 189 192 116 -
CMYK 0.02 0 0.40 0.25
HSL 62.37º 0.38% 0.6% -
HSV(B) 62.37º 0.4% 0.75% -
XYZ 42.99 49.78 23.87 -
YUV 182.44 90.51 132.68 -
System Red Green Blue C M Y K H S L
Decimal 189 192 116 0.02 0 0.40 0.25 62.37 0.38 0.6
Hex BD C0 74 2 0 28 19 3E 26 3C
Octal 275 300 164 2 0 50 31 76 46 74
Binary 10111101 11000000 1110100 10 0 101000 11001 111110 100110 111100

Color Harmonies of #BDC074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC074

Black with #BDC074

Text Example


Text Example

White with #BDC074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC074; }

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

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

background-color css

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

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

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

border-color css

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

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

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