Html Css Color HEX #C2BE7B Pine Glade

📋 copy color: '#C2BE7B'

red 194 ◦ green 190 ◦ blue 123

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

Shades of Pine Glade #C2BE7B

Tints of Pine Glade #C2BE7B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.48%

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

R = 38.26%
G = 37.48%
B = 24.26%

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

#C2BE7B (or 0xC2BE7B) is known color: Pine Glade. HEX triplet: C2, BE and 7B. RGB value is (194,190,123). Sum of RGB (Red+Green+Blue) = 194+190+123=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE7B is #3D4184. Grayscale: #B7B7B7. Windows color (decimal): -4014469 or 8109762. OLE color: 8109762.

HSL color Cylindrical-coordinate representation of color #C2BE7B: hue angle of 56.62º 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 #C2BE7B is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 190 123 -
CMYK 0 0.02 0.37 0.24
HSL 56.62º 0.37% 0.62% -
HSV(B) 56.62º 0.37% 0.76% -
XYZ 44.24 49.73 26.01 -
YUV 183.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 194 190 123 0 0.02 0.37 0.24 56.62 0.37 0.62
Hex C2 BE 7B 0 2 25 18 39 25 3E
Octal 302 276 173 0 2 45 30 71 45 76
Binary 11000010 10111110 1111011 0 10 100101 11000 111001 100101 111110

Color Harmonies of #C2BE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE7B

Black with #C2BE7B

Text Example


Text Example

White with #C2BE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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