Html Css Color HEX #C0BE41 Celery

📋 copy color: '#C0BE41'

red 192 ◦ green 190 ◦ blue 65

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

Shades of Celery #C0BE41

Tints of Celery #C0BE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 42.95%
G = 42.51%
B = 14.54%

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

#C0BE41 (or 0xC0BE41) is known color: Celery. HEX triplet: C0, BE and 41. RGB value is (192,190,65). Sum of RGB (Red+Green+Blue) = 192+190+65=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE41 is #3F41BE. Grayscale: #B0B0B0. Windows color (decimal): -4145599 or 4308672. OLE color: 4308672.

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

Color convert

RGB 192 190 65 -
CMYK 0 0.01 0.66 0.25
HSL 59.06º 0.5% 0.5% -
HSV(B) 59.06º 0.66% 0.75% -
XYZ 41.11 48.42 12.18 -
YUV 176.35 65.16 139.16 -
System Red Green Blue C M Y K H S L
Decimal 192 190 65 0 0.01 0.66 0.25 59.06 0.5 0.5
Hex C0 BE 41 0 1 42 19 3B 32 32
Octal 300 276 101 0 1 102 31 73 62 62
Binary 11000000 10111110 1000001 0 1 1000010 11001 111011 110010 110010

Color Harmonies of #C0BE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE41

Black with #C0BE41

Text Example


Text Example

White with #C0BE41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE41; }

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

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

background-color css

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

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

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

border-color css

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

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

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