Html Css Color HEX #BDC575 Pine Glade

📋 copy color: '#BDC575'

red 189 ◦ green 197 ◦ blue 117

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

Shades of Pine Glade #BDC575

Tints of Pine Glade #BDC575

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.17%

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

R = 37.57%
G = 39.17%
B = 23.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#BDC575 (or 0xBDC575) is known color: Pine Glade. HEX triplet: BD, C5 and 75. RGB value is (189,197,117). Sum of RGB (Red+Green+Blue) = 189+197+117=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 117 (46.09% from 255 or 23.26% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC575 is #423A8A. Grayscale: #B9B9B9. Windows color (decimal): -4340363 or 7718333. OLE color: 7718333.

HSL color Cylindrical-coordinate representation of color #BDC575: hue angle of 66º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC575 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 117 -
CMYK 0.04 0 0.41 0.23
HSL 66º 0.41% 0.62% -
HSV(B) 66º 0.41% 0.77% -
XYZ 44.16 52.04 24.55 -
YUV 185.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 189 197 117 0.04 0 0.41 0.23 66 0.41 0.62
Hex BD C5 75 4 0 29 17 42 29 3E
Octal 275 305 165 4 0 51 27 102 51 76
Binary 10111101 11000101 1110101 100 0 101001 10111 1000010 101001 111110

Color Harmonies of #BDC575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC575

Black with #BDC575

Text Example


Text Example

White with #BDC575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC575; }

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

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

background-color css

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

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

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

border-color css

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

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

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