Html Css Color HEX #C0BC48 Celery

📋 copy color: '#C0BC48'

red 192 ◦ green 188 ◦ blue 72

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

Shades of Celery #C0BC48

Tints of Celery #C0BC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.93%

R = 42.48%
G = 41.59%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C0BC48 (or 0xC0BC48) is known color: Celery. HEX triplet: C0, BC and 48. RGB value is (192,188,72). Sum of RGB (Red+Green+Blue) = 192+188+72=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 72 (28.52% from 255 or 15.93% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BC48 is #3F43B7. Grayscale: #B0B0B0. Windows color (decimal): -4146104 or 4766912. OLE color: 4766912.

HSL color Cylindrical-coordinate representation of color #C0BC48: hue angle of 58º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C0BC48 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 188 72 -
CMYK 0 0.02 0.63 0.25
HSL 58º 0.49% 0.52% -
HSV(B) 58º 0.63% 0.75% -
XYZ 40.89 47.64 13.17 -
YUV 175.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 192 188 72 0 0.02 0.63 0.25 58 0.49 0.52
Hex C0 BC 48 0 2 3F 19 3A 31 34
Octal 300 274 110 0 2 77 31 72 61 64
Binary 11000000 10111100 1001000 0 10 111111 11001 111010 110001 110100

Color Harmonies of #C0BC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BC48

Black with #C0BC48

Text Example


Text Example

White with #C0BC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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