Html Css Color HEX #BDC075 Pine Glade

📋 copy color: '#BDC075'

red 189 ◦ green 192 ◦ blue 117

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

Shades of Pine Glade #BDC075

Tints of Pine Glade #BDC075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.49%

R = 37.95%
G = 38.55%
B = 23.49%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BDC075 (or 0xBDC075) is known color: Pine Glade. HEX triplet: BD, C0 and 75. RGB value is (189,192,117). Sum of RGB (Red+Green+Blue) = 189+192+117=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC075 is #423F8A. Grayscale: #B6B6B6. Windows color (decimal): -4341643 or 7717053. OLE color: 7717053.

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

Color convert

RGB 189 192 117 -
CMYK 0.02 0 0.39 0.25
HSL 62.4º 0.37% 0.61% -
HSV(B) 62.4º 0.39% 0.75% -
XYZ 43.05 49.8 24.17 -
YUV 182.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 189 192 117 0.02 0 0.39 0.25 62.4 0.37 0.61
Hex BD C0 75 2 0 27 19 3E 25 3D
Octal 275 300 165 2 0 47 31 76 45 75
Binary 10111101 11000000 1110101 10 0 100111 11001 111110 100101 111101

Color Harmonies of #BDC075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC075

Black with #BDC075

Text Example


Text Example

White with #BDC075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC075; }

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

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

background-color css

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

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

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

border-color css

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

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

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