Html Css Color HEX #C1CB42 Celery

📋 copy color: '#C1CB42'

red 193 ◦ green 203 ◦ blue 66

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

Shades of Celery #C1CB42

Tints of Celery #C1CB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.29%

R = 41.77%
G = 43.94%
B = 14.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#C1CB42 (or 0xC1CB42) is known color: Celery. HEX triplet: C1, CB and 42. RGB value is (193,203,66). Sum of RGB (Red+Green+Blue) = 193+203+66=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #C1CB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CB42 is #3E34BD. Grayscale: #B8B8B8. Windows color (decimal): -4076734 or 4377537. OLE color: 4377537.

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

Color convert

RGB 193 203 66 -
CMYK 0.05 0 0.67 0.20
HSL 64.38º 0.57% 0.53% -
HSV(B) 64.38º 0.67% 0.8% -
XYZ 44.33 54.44 13.33 -
YUV 184.39 61.19 134.14 -
System Red Green Blue C M Y K H S L
Decimal 193 203 66 0.05 0 0.67 0.20 64.38 0.57 0.53
Hex C1 CB 42 5 0 43 14 40 39 35
Octal 301 313 102 5 0 103 24 100 71 65
Binary 11000001 11001011 1000010 101 0 1000011 10100 1000000 111001 110101

Color Harmonies of #C1CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CB42

Black with #C1CB42

Text Example


Text Example

White with #C1CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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