Html Css Color HEX #BDC975 Pine Glade

📋 copy color: '#BDC975'

red 189 ◦ green 201 ◦ blue 117

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

Shades of Pine Glade #BDC975

Tints of Pine Glade #BDC975

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.64%

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

R = 37.28%
G = 39.64%
B = 23.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#BDC975 (or 0xBDC975) is known color: Pine Glade. HEX triplet: BD, C9 and 75. RGB value is (189,201,117). Sum of RGB (Red+Green+Blue) = 189+201+117=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 201 (78.91% from 255 or 39.64% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC975 is #42368A. Grayscale: #BCBCBC. Windows color (decimal): -4339339 or 7719357. OLE color: 7719357.

HSL color Cylindrical-coordinate representation of color #BDC975: hue angle of 68.57º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BDC975 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 189 201 117 -
CMYK 0.06 0 0.42 0.21
HSL 68.57º 0.44% 0.62% -
HSV(B) 68.57º 0.42% 0.79% -
XYZ 45.08 53.88 24.85 -
YUV 187.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 189 201 117 0.06 0 0.42 0.21 68.57 0.44 0.62
Hex BD C9 75 6 0 2A 15 45 2C 3E
Octal 275 311 165 6 0 52 25 105 54 76
Binary 10111101 11001001 1110101 110 0 101010 10101 1000101 101100 111110

Color Harmonies of #BDC975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC975

Black with #BDC975

Text Example


Text Example

White with #BDC975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC975; }

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

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

background-color css

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

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

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

border-color css

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

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

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