Html Css Color HEX #C0BC45 Celery

📋 copy color: '#C0BC45'

red 192 ◦ green 188 ◦ blue 69

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

Shades of Celery #C0BC45

Tints of Celery #C0BC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.37%

R = 42.76%
G = 41.87%
B = 15.37%

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

#C0BC45 (or 0xC0BC45) is known color: Celery. HEX triplet: C0, BC and 45. RGB value is (192,188,69). Sum of RGB (Red+Green+Blue) = 192+188+69=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC45 is #3F43BA. Grayscale: #B0B0B0. Windows color (decimal): -4146107 or 4570304. OLE color: 4570304.

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

Color convert

RGB 192 188 69 -
CMYK 0 0.02 0.64 0.25
HSL 58.05º 0.49% 0.51% -
HSV(B) 58.05º 0.64% 0.75% -
XYZ 40.8 47.6 12.67 -
YUV 175.63 67.83 139.68 -
System Red Green Blue C M Y K H S L
Decimal 192 188 69 0 0.02 0.64 0.25 58.05 0.49 0.51
Hex C0 BC 45 0 2 40 19 3A 31 33
Octal 300 274 105 0 2 100 31 72 61 63
Binary 11000000 10111100 1000101 0 10 1000000 11001 111010 110001 110011

Color Harmonies of #C0BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC45

Black with #C0BC45

Text Example


Text Example

White with #C0BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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