Html Css Color HEX #C0BE42 Celery

📋 copy color: '#C0BE42'

red 192 ◦ green 190 ◦ blue 66

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

Shades of Celery #C0BE42

Tints of Celery #C0BE42

RGB

 RED value IS 192 (75.39% from 255) = 42.86%

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

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

R = 42.86%
G = 42.41%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0BE42 (or 0xC0BE42) is known color: Celery. HEX triplet: C0, BE and 42. RGB value is (192,190,66). Sum of RGB (Red+Green+Blue) = 192+190+66=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE42 is #3F41BD. Grayscale: #B0B0B0. Windows color (decimal): -4145598 or 4374208. OLE color: 4374208.

HSL color Cylindrical-coordinate representation of color #C0BE42: hue angle of 59.05º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0BE42 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 190 66 -
CMYK 0 0.01 0.66 0.25
HSL 59.05º 0.5% 0.51% -
HSV(B) 59.05º 0.66% 0.75% -
XYZ 41.14 48.43 12.33 -
YUV 176.46 65.66 139.08 -
System Red Green Blue C M Y K H S L
Decimal 192 190 66 0 0.01 0.66 0.25 59.05 0.5 0.51
Hex C0 BE 42 0 1 42 19 3B 32 33
Octal 300 276 102 0 1 102 31 73 62 63
Binary 11000000 10111110 1000010 0 1 1000010 11001 111011 110010 110011

Color Harmonies of #C0BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE42

Black with #C0BE42

Text Example


Text Example

White with #C0BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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