Html Css Color HEX #C2BE42 Celery

📋 copy color: '#C2BE42'

red 194 ◦ green 190 ◦ blue 66

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

Shades of Celery #C2BE42

Tints of Celery #C2BE42

RGB

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

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

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

R = 43.11%
G = 42.22%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C2BE42 (or 0xC2BE42) is known color: Celery. HEX triplet: C2, BE and 42. RGB value is (194,190,66). Sum of RGB (Red+Green+Blue) = 194+190+66=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BE42 is #3D41BD. Grayscale: #B1B1B1. Windows color (decimal): -4014526 or 4374210. OLE color: 4374210.

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

Color convert

RGB 194 190 66 -
CMYK 0 0.02 0.66 0.24
HSL 58.13º 0.51% 0.51% -
HSV(B) 58.13º 0.66% 0.76% -
XYZ 41.64 48.69 12.36 -
YUV 177.06 65.33 140.08 -
System Red Green Blue C M Y K H S L
Decimal 194 190 66 0 0.02 0.66 0.24 58.13 0.51 0.51
Hex C2 BE 42 0 2 42 18 3A 33 33
Octal 302 276 102 0 2 102 30 72 63 63
Binary 11000010 10111110 1000010 0 10 1000010 11000 111010 110011 110011

Color Harmonies of #C2BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE42

Black with #C2BE42

Text Example


Text Example

White with #C2BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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