Html Css Color HEX #BDC680 Pine Glade

📋 copy color: '#BDC680'

red 189 ◦ green 198 ◦ blue 128

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

Shades of Pine Glade #BDC680

Tints of Pine Glade #BDC680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 36.7%
G = 38.45%
B = 24.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#BDC680 (or 0xBDC680) is known color: Pine Glade. HEX triplet: BD, C6 and 80. RGB value is (189,198,128). Sum of RGB (Red+Green+Blue) = 189+198+128=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 198 (77.73% from 255 or 38.45% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC680 is #42397F. Grayscale: #BBBBBB. Windows color (decimal): -4340096 or 8439485. OLE color: 8439485.

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

Color convert

RGB 189 198 128 -
CMYK 0.05 0 0.35 0.22
HSL 67.71º 0.38% 0.64% -
HSV(B) 67.71º 0.35% 0.78% -
XYZ 45.08 52.77 28.23 -
YUV 187.33 94.52 129.19 -
System Red Green Blue C M Y K H S L
Decimal 189 198 128 0.05 0 0.35 0.22 67.71 0.38 0.64
Hex BD C6 80 5 0 23 16 44 26 40
Octal 275 306 200 5 0 43 26 104 46 100
Binary 10111101 11000110 10000000 101 0 100011 10110 1000100 100110 1000000

Color Harmonies of #BDC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC680

Black with #BDC680

Text Example


Text Example

White with #BDC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC680; }

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

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

background-color css

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

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

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

border-color css

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

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

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