Html Css Color HEX #C1BB7C Pine Glade

📋 copy color: '#C1BB7C'

red 193 ◦ green 187 ◦ blue 124

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

Shades of Pine Glade #C1BB7C

Tints of Pine Glade #C1BB7C

RGB

 RED value IS 193 (75.78% from 255) = 38.29%

 GREEN value IS 187 (73.44% from 255) = 37.1%

 BLUE value IS 124 (48.83% from 255) = 24.6%

R = 38.29%
G = 37.1%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1BB7C (or 0xC1BB7C) is known color: Pine Glade. HEX triplet: C1, BB and 7C. RGB value is (193,187,124). Sum of RGB (Red+Green+Blue) = 193+187+124=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BB7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BB7C is #3E4483. Grayscale: #B5B5B5. Windows color (decimal): -4080772 or 8174529. OLE color: 8174529.

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

Color convert

RGB 193 187 124 -
CMYK 0 0.03 0.36 0.24
HSL 54.78º 0.36% 0.62% -
HSV(B) 54.78º 0.36% 0.76% -
XYZ 43.4 48.33 26.11 -
YUV 181.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 193 187 124 0 0.03 0.36 0.24 54.78 0.36 0.62
Hex C1 BB 7C 0 3 24 18 37 24 3E
Octal 301 273 174 0 3 44 30 67 44 76
Binary 11000001 10111011 1111100 0 11 100100 11000 110111 100100 111110

Color Harmonies of #C1BB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BB7C

Black with #C1BB7C

Text Example


Text Example

White with #C1BB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BB7C; }

 p { color: rgb(193,187,124); }

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

background-color css

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

 a { background-color: rgb(193,187,124); }

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

border-color css

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

 span { border-color: rgb(193,187,124); }

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