Html Css Color HEX #C0BA45 Celery

📋 copy color: '#C0BA45'

red 192 ◦ green 186 ◦ blue 69

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

Shades of Celery #C0BA45

Tints of Celery #C0BA45

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

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

R = 42.95%
G = 41.61%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#C0BA45 (or 0xC0BA45) is known color: Celery. HEX triplet: C0, BA and 45. RGB value is (192,186,69). Sum of RGB (Red+Green+Blue) = 192+186+69=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA45 is #3F45BA. Grayscale: #AEAEAE. Windows color (decimal): -4146619 or 4569792. OLE color: 4569792.

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

Color convert

RGB 192 186 69 -
CMYK 0 0.03 0.64 0.25
HSL 57.07º 0.49% 0.51% -
HSV(B) 57.07º 0.64% 0.75% -
XYZ 40.37 46.75 12.53 -
YUV 174.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 192 186 69 0 0.03 0.64 0.25 57.07 0.49 0.51
Hex C0 BA 45 0 3 40 19 39 31 33
Octal 300 272 105 0 3 100 31 71 61 63
Binary 11000000 10111010 1000101 0 11 1000000 11001 111001 110001 110011

Color Harmonies of #C0BA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA45

Black with #C0BA45

Text Example


Text Example

White with #C0BA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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