Html Css Color HEX #C0BE46 Celery

📋 copy color: '#C0BE46'

red 192 ◦ green 190 ◦ blue 70

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

Shades of Celery #C0BE46

Tints of Celery #C0BE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 42.48%
G = 42.04%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C0BE46 (or 0xC0BE46) is known color: Celery. HEX triplet: C0, BE and 46. RGB value is (192,190,70). Sum of RGB (Red+Green+Blue) = 192+190+70=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BE46 is #3F41B9. Grayscale: #B1B1B1. Windows color (decimal): -4145594 or 4636352. OLE color: 4636352.

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

Color convert

RGB 192 190 70 -
CMYK 0 0.01 0.64 0.25
HSL 59.02º 0.49% 0.51% -
HSV(B) 59.02º 0.64% 0.75% -
XYZ 41.26 48.48 12.98 -
YUV 176.92 67.66 138.76 -
System Red Green Blue C M Y K H S L
Decimal 192 190 70 0 0.01 0.64 0.25 59.02 0.49 0.51
Hex C0 BE 46 0 1 40 19 3B 31 33
Octal 300 276 106 0 1 100 31 73 61 63
Binary 11000000 10111110 1000110 0 1 1000000 11001 111011 110001 110011

Color Harmonies of #C0BE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE46

Black with #C0BE46

Text Example


Text Example

White with #C0BE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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