Html Css Color HEX #C0CB4B Celery

📋 copy color: '#C0CB4B'

red 192 ◦ green 203 ◦ blue 75

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

Shades of Celery #C0CB4B

Tints of Celery #C0CB4B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.19%

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

R = 40.85%
G = 43.19%
B = 15.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#C0CB4B (or 0xC0CB4B) is known color: Celery. HEX triplet: C0, CB and 4B. RGB value is (192,203,75). Sum of RGB (Red+Green+Blue) = 192+203+75=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 75 (29.69% from 255 or 15.96% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0CB4B is #3F34B4. Grayscale: #B9B9B9. Windows color (decimal): -4142261 or 4967360. OLE color: 4967360.

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

Color convert

RGB 192 203 75 -
CMYK 0.05 0 0.63 0.20
HSL 65.16º 0.55% 0.55% -
HSV(B) 65.16º 0.63% 0.8% -
XYZ 44.36 54.43 14.82 -
YUV 185.12 65.86 132.91 -
System Red Green Blue C M Y K H S L
Decimal 192 203 75 0.05 0 0.63 0.20 65.16 0.55 0.55
Hex C0 CB 4B 5 0 3F 14 41 37 37
Octal 300 313 113 5 0 77 24 101 67 67
Binary 11000000 11001011 1001011 101 0 111111 10100 1000001 110111 110111

Color Harmonies of #C0CB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CB4B

Black with #C0CB4B

Text Example


Text Example

White with #C0CB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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