Html Css Color HEX #C0CA4B Celery

📋 copy color: '#C0CA4B'

red 192 ◦ green 202 ◦ blue 75

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

Shades of Celery #C0CA4B

Tints of Celery #C0CA4B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.07%

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

R = 40.94%
G = 43.07%
B = 15.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C0CA4B (or 0xC0CA4B) is known color: Celery. HEX triplet: C0, CA and 4B. RGB value is (192,202,75). Sum of RGB (Red+Green+Blue) = 192+202+75=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CA4B is #3F35B4. Grayscale: #B9B9B9. Windows color (decimal): -4142517 or 4967104. OLE color: 4967104.

HSL color Cylindrical-coordinate representation of color #C0CA4B: hue angle of 64.72º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0CA4B is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 202 75 -
CMYK 0.05 0 0.63 0.21
HSL 64.72º 0.55% 0.54% -
HSV(B) 64.72º 0.63% 0.79% -
XYZ 44.13 53.96 14.75 -
YUV 184.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 192 202 75 0.05 0 0.63 0.21 64.72 0.55 0.54
Hex C0 CA 4B 5 0 3F 15 41 37 36
Octal 300 312 113 5 0 77 25 101 67 66
Binary 11000000 11001010 1001011 101 0 111111 10101 1000001 110111 110110

Color Harmonies of #C0CA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CA4B

Black with #C0CA4B

Text Example


Text Example

White with #C0CA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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