Html Css Color HEX #C0C04B Celery

📋 copy color: '#C0C04B'

red 192 ◦ green 192 ◦ blue 75

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

Shades of Celery #C0C04B

Tints of Celery #C0C04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.34%

R = 41.83%
G = 41.83%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0C04B (or 0xC0C04B) is known color: Celery. HEX triplet: C0, C0 and 4B. RGB value is (192,192,75). Sum of RGB (Red+Green+Blue) = 192+192+75=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0C04B is #3F3FB4. Grayscale: #B3B3B3. Windows color (decimal): -4145077 or 4964544. OLE color: 4964544.

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

Color convert

RGB 192 192 75 -
CMYK 0 0 0.61 0.25
HSL 60º 0.48% 0.52% -
HSV(B) 60º 0.61% 0.75% -
XYZ 41.86 49.41 13.99 -
YUV 178.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 192 192 75 0 0 0.61 0.25 60 0.48 0.52
Hex C0 C0 4B 0 0 3D 19 3C 30 34
Octal 300 300 113 0 0 75 31 74 60 64
Binary 11000000 11000000 1001011 0 0 111101 11001 111100 110000 110100

Color Harmonies of #C0C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C04B

Black with #C0C04B

Text Example


Text Example

White with #C0C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C04B; }

 p { color: rgb(192,192,75); }

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

background-color css

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

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

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

border-color css

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

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

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