Html Css Color HEX #C0BC46 Celery

📋 copy color: '#C0BC46'

red 192 ◦ green 188 ◦ blue 70

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

Shades of Celery #C0BC46

Tints of Celery #C0BC46

RGB

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

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

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

R = 42.67%
G = 41.78%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C0BC46 (or 0xC0BC46) is known color: Celery. HEX triplet: C0, BC and 46. RGB value is (192,188,70). Sum of RGB (Red+Green+Blue) = 192+188+70=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 70 (27.73% from 255 or 15.56% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC46 is #3F43B9. Grayscale: #B0B0B0. Windows color (decimal): -4146106 or 4635840. OLE color: 4635840.

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

Color convert

RGB 192 188 70 -
CMYK 0 0.02 0.64 0.25
HSL 58.03º 0.49% 0.51% -
HSV(B) 58.03º 0.64% 0.75% -
XYZ 40.83 47.62 12.83 -
YUV 175.74 68.33 139.59 -
System Red Green Blue C M Y K H S L
Decimal 192 188 70 0 0.02 0.64 0.25 58.03 0.49 0.51
Hex C0 BC 46 0 2 40 19 3A 31 33
Octal 300 274 106 0 2 100 31 72 61 63
Binary 11000000 10111100 1000110 0 10 1000000 11001 111010 110001 110011

Color Harmonies of #C0BC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC46

Black with #C0BC46

Text Example


Text Example

White with #C0BC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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