Html Css Color HEX #BDC275 Pine Glade

📋 copy color: '#BDC275'

red 189 ◦ green 194 ◦ blue 117

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

Shades of Pine Glade #BDC275

Tints of Pine Glade #BDC275

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.8%

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

R = 37.8%
G = 38.8%
B = 23.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#BDC275 (or 0xBDC275) is known color: Pine Glade. HEX triplet: BD, C2 and 75. RGB value is (189,194,117). Sum of RGB (Red+Green+Blue) = 189+194+117=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC275 is #423D8A. Grayscale: #B8B8B8. Windows color (decimal): -4341131 or 7717565. OLE color: 7717565.

HSL color Cylindrical-coordinate representation of color #BDC275: hue angle of 63.9º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC275 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 194 117 -
CMYK 0.03 0 0.40 0.24
HSL 63.9º 0.39% 0.61% -
HSV(B) 63.9º 0.4% 0.76% -
XYZ 43.49 50.69 24.32 -
YUV 183.73 90.34 131.76 -
System Red Green Blue C M Y K H S L
Decimal 189 194 117 0.03 0 0.40 0.24 63.9 0.39 0.61
Hex BD C2 75 3 0 28 18 40 27 3D
Octal 275 302 165 3 0 50 30 100 47 75
Binary 10111101 11000010 1110101 11 0 101000 11000 1000000 100111 111101

Color Harmonies of #BDC275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC275

Black with #BDC275

Text Example


Text Example

White with #BDC275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC275; }

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

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

background-color css

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

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

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

border-color css

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

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

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