Html Css Color HEX #C0C348 Celery

📋 copy color: '#C0C348'

red 192 ◦ green 195 ◦ blue 72

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

Shades of Celery #C0C348

Tints of Celery #C0C348

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.48%

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

R = 41.83%
G = 42.48%
B = 15.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C0C348 (or 0xC0C348) is known color: Celery. HEX triplet: C0, C3 and 48. RGB value is (192,195,72). Sum of RGB (Red+Green+Blue) = 192+195+72=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #C0C348 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C348 is #3F3CB7. Grayscale: #B4B4B4. Windows color (decimal): -4144312 or 4768704. OLE color: 4768704.

HSL color Cylindrical-coordinate representation of color #C0C348: hue angle of 61.46º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0C348 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 195 72 -
CMYK 0.02 0 0.63 0.24
HSL 61.46º 0.51% 0.52% -
HSV(B) 61.46º 0.63% 0.76% -
XYZ 42.42 50.7 13.68 -
YUV 180.08 67.01 136.5 -
System Red Green Blue C M Y K H S L
Decimal 192 195 72 0.02 0 0.63 0.24 61.46 0.51 0.52
Hex C0 C3 48 2 0 3F 18 3D 33 34
Octal 300 303 110 2 0 77 30 75 63 64
Binary 11000000 11000011 1001000 10 0 111111 11000 111101 110011 110100

Color Harmonies of #C0C348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C348

Black with #C0C348

Text Example


Text Example

White with #C0C348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C348; }

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

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

background-color css

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

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

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

border-color css

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

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

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