Html Css Color HEX #C1CB75 Pine Glade

📋 copy color: '#C1CB75'

red 193 ◦ green 203 ◦ blue 117

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

Shades of Pine Glade #C1CB75

Tints of Pine Glade #C1CB75

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.57%

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 37.62%
G = 39.57%
B = 22.81%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#C1CB75 (or 0xC1CB75) is known color: Pine Glade. HEX triplet: C1, CB and 75. RGB value is (193,203,117). Sum of RGB (Red+Green+Blue) = 193+203+117=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 203 (79.69% from 255 or 39.57% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CB75 is #3E348A. Grayscale: #BEBEBE. Windows color (decimal): -4076683 or 7719873. OLE color: 7719873.

HSL color Cylindrical-coordinate representation of color #C1CB75: hue angle of 66.98º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C1CB75 is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 203 117 -
CMYK 0.05 0 0.42 0.20
HSL 66.98º 0.45% 0.63% -
HSV(B) 66.98º 0.42% 0.8% -
XYZ 46.56 55.33 25.06 -
YUV 190.21 86.69 129.99 -
System Red Green Blue C M Y K H S L
Decimal 193 203 117 0.05 0 0.42 0.20 66.98 0.45 0.63
Hex C1 CB 75 5 0 2A 14 43 2D 3F
Octal 301 313 165 5 0 52 24 103 55 77
Binary 11000001 11001011 1110101 101 0 101010 10100 1000011 101101 111111

Color Harmonies of #C1CB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CB75

Black with #C1CB75

Text Example


Text Example

White with #C1CB75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CB75; }

 p { color: rgb(193,203,117); }

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

background-color css

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

 a { background-color: rgb(193,203,117); }

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

border-color css

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

 span { border-color: rgb(193,203,117); }

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