Html Css Color HEX #C0BC41 Celery

📋 copy color: '#C0BC41'

red 192 ◦ green 188 ◦ blue 65

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

Shades of Celery #C0BC41

Tints of Celery #C0BC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

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

R = 43.15%
G = 42.25%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0BC41 (or 0xC0BC41) is known color: Celery. HEX triplet: C0, BC and 41. RGB value is (192,188,65). Sum of RGB (Red+Green+Blue) = 192+188+65=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC41 is #3F43BE. Grayscale: #AFAFAF. Windows color (decimal): -4146111 or 4308160. OLE color: 4308160.

HSL color Cylindrical-coordinate representation of color #C0BC41: hue angle of 58.11º 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 #C0BC41 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 65 -
CMYK 0 0.02 0.66 0.25
HSL 58.11º 0.5% 0.5% -
HSV(B) 58.11º 0.66% 0.75% -
XYZ 40.68 47.55 12.04 -
YUV 175.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 192 188 65 0 0.02 0.66 0.25 58.11 0.5 0.5
Hex C0 BC 41 0 2 42 19 3A 32 32
Octal 300 274 101 0 2 102 31 72 62 62
Binary 11000000 10111100 1000001 0 10 1000010 11001 111010 110010 110010

Color Harmonies of #C0BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC41

Black with #C0BC41

Text Example


Text Example

White with #C0BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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