Html Css Color HEX #BDC685 Pine Glade

📋 copy color: '#BDC685'

red 189 ◦ green 198 ◦ blue 133

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

Shades of Pine Glade #BDC685

Tints of Pine Glade #BDC685

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.08%

 BLUE value IS 133 (52.34% from 255) = 25.58%

R = 36.35%
G = 38.08%
B = 25.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#BDC685 (or 0xBDC685) is known color: Pine Glade. HEX triplet: BD, C6 and 85. RGB value is (189,198,133). Sum of RGB (Red+Green+Blue) = 189+198+133=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC685 is #42397A. Grayscale: #BCBCBC. Windows color (decimal): -4340091 or 8767165. OLE color: 8767165.

HSL color Cylindrical-coordinate representation of color #BDC685: hue angle of 68.31º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDC685 is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 198 133 -
CMYK 0.05 0 0.33 0.22
HSL 68.31º 0.36% 0.65% -
HSV(B) 68.31º 0.33% 0.78% -
XYZ 45.41 52.9 30.01 -
YUV 187.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 189 198 133 0.05 0 0.33 0.22 68.31 0.36 0.65
Hex BD C6 85 5 0 21 16 44 24 41
Octal 275 306 205 5 0 41 26 104 44 101
Binary 10111101 11000110 10000101 101 0 100001 10110 1000100 100100 1000001

Color Harmonies of #BDC685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC685

Black with #BDC685

Text Example


Text Example

White with #BDC685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC685; }

 p { color: rgb(189,198,133); }

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

background-color css

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

 a { background-color: rgb(189,198,133); }

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

border-color css

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

 span { border-color: rgb(189,198,133); }

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