Html Css Color HEX #C2BF7B Pine Glade

📋 copy color: '#C2BF7B'

red 194 ◦ green 191 ◦ blue 123

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

Shades of Pine Glade #C2BF7B

Tints of Pine Glade #C2BF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.21%

R = 38.19%
G = 37.6%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2BF7B (or 0xC2BF7B) is known color: Pine Glade. HEX triplet: C2, BF and 7B. RGB value is (194,191,123). Sum of RGB (Red+Green+Blue) = 194+191+123=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 123 (48.44% from 255 or 24.21% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF7B is #3D4084. Grayscale: #B8B8B8. Windows color (decimal): -4014213 or 8110018. OLE color: 8110018.

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

Color convert

RGB 194 191 123 -
CMYK 0 0.02 0.37 0.24
HSL 57.46º 0.37% 0.62% -
HSV(B) 57.46º 0.37% 0.76% -
XYZ 44.45 50.16 26.08 -
YUV 184.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 194 191 123 0 0.02 0.37 0.24 57.46 0.37 0.62
Hex C2 BF 7B 0 2 25 18 39 25 3E
Octal 302 277 173 0 2 45 30 71 45 76
Binary 11000010 10111111 1111011 0 10 100101 11000 111001 100101 111110

Color Harmonies of #C2BF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF7B

Black with #C2BF7B

Text Example


Text Example

White with #C2BF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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