Html Css Color HEX #C1BE78 Pine Glade

📋 copy color: '#C1BE78'

red 193 ◦ green 190 ◦ blue 120

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

Shades of Pine Glade #C1BE78

Tints of Pine Glade #C1BE78

RGB

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

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

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

R = 38.37%
G = 37.77%
B = 23.86%

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

#C1BE78 (or 0xC1BE78) is known color: Pine Glade. HEX triplet: C1, BE and 78. RGB value is (193,190,120). Sum of RGB (Red+Green+Blue) = 193+190+120=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 120 (47.27% from 255 or 23.86% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BE78 is #3E4187. Grayscale: #B7B7B7. Windows color (decimal): -4080008 or 7913153. OLE color: 7913153.

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

Color convert

RGB 193 190 120 -
CMYK 0 0.02 0.38 0.24
HSL 57.53º 0.37% 0.61% -
HSV(B) 57.53º 0.38% 0.76% -
XYZ 43.8 49.52 25.02 -
YUV 182.92 92.49 135.19 -
System Red Green Blue C M Y K H S L
Decimal 193 190 120 0 0.02 0.38 0.24 57.53 0.37 0.61
Hex C1 BE 78 0 2 26 18 3A 25 3D
Octal 301 276 170 0 2 46 30 72 45 75
Binary 11000001 10111110 1111000 0 10 100110 11000 111010 100101 111101

Color Harmonies of #C1BE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BE78

Black with #C1BE78

Text Example


Text Example

White with #C1BE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BE78; }

 p { color: rgb(193,190,120); }

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

background-color css

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

 a { background-color: rgb(193,190,120); }

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

border-color css

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

 span { border-color: rgb(193,190,120); }

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