Html Css Color HEX #C0BF83 Pine Glade

📋 copy color: '#C0BF83'

red 192 ◦ green 191 ◦ blue 131

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

Shades of Pine Glade #C0BF83

Tints of Pine Glade #C0BF83

RGB

 RED value IS 192 (75.39% from 255) = 37.35%

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 131 (51.56% from 255) = 25.49%

R = 37.35%
G = 37.16%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0BF83 (or 0xC0BF83) is known color: Pine Glade. HEX triplet: C0, BF and 83. RGB value is (192,191,131). Sum of RGB (Red+Green+Blue) = 192+191+131=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BF83 is #3F407C. Grayscale: #B8B8B8. Windows color (decimal): -4145277 or 8634304. OLE color: 8634304.

HSL color Cylindrical-coordinate representation of color #C0BF83: hue angle of 59.02º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0BF83 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 131 -
CMYK 0 0.01 0.32 0.25
HSL 59.02º 0.33% 0.63% -
HSV(B) 59.02º 0.32% 0.75% -
XYZ 44.47 50.11 28.8 -
YUV 184.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 192 191 131 0 0.01 0.32 0.25 59.02 0.33 0.63
Hex C0 BF 83 0 1 20 19 3B 21 3F
Octal 300 277 203 0 1 40 31 73 41 77
Binary 11000000 10111111 10000011 0 1 100000 11001 111011 100001 111111

Color Harmonies of #C0BF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF83

Black with #C0BF83

Text Example


Text Example

White with #C0BF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF83; }

 p { color: rgb(192,191,131); }

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

background-color css

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

 a { background-color: rgb(192,191,131); }

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

border-color css

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

 span { border-color: rgb(192,191,131); }

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