Html Css Color HEX #C2BF78 Pine Glade

📋 copy color: '#C2BF78'

red 194 ◦ green 191 ◦ blue 120

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

Shades of Pine Glade #C2BF78

Tints of Pine Glade #C2BF78

RGB

 RED value IS 194 (76.17% from 255) = 38.42%

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

 BLUE value IS 120 (47.27% from 255) = 23.76%

R = 38.42%
G = 37.82%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C2BF78 (or 0xC2BF78) is known color: Pine Glade. HEX triplet: C2, BF and 78. RGB value is (194,191,120). Sum of RGB (Red+Green+Blue) = 194+191+120=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF78 is #3D4087. Grayscale: #B8B8B8. Windows color (decimal): -4014216 or 7913410. OLE color: 7913410.

HSL color Cylindrical-coordinate representation of color #C2BF78: hue angle of 57.57º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2BF78 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 191 120 -
CMYK 0 0.02 0.38 0.24
HSL 57.57º 0.38% 0.62% -
HSV(B) 57.57º 0.38% 0.76% -
XYZ 44.27 50.09 25.1 -
YUV 183.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 194 191 120 0 0.02 0.38 0.24 57.57 0.38 0.62
Hex C2 BF 78 0 2 26 18 3A 26 3E
Octal 302 277 170 0 2 46 30 72 46 76
Binary 11000010 10111111 1111000 0 10 100110 11000 111010 100110 111110

Color Harmonies of #C2BF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF78

Black with #C2BF78

Text Example


Text Example

White with #C2BF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF78; }

 p { color: rgb(194,191,120); }

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

background-color css

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

 a { background-color: rgb(194,191,120); }

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

border-color css

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

 span { border-color: rgb(194,191,120); }

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