Html Css Color HEX #C4C04B Celery

📋 copy color: '#C4C04B'

red 196 ◦ green 192 ◦ blue 75

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

Shades of Celery #C4C04B

Tints of Celery #C4C04B

RGB

 RED value IS 196 (76.95% from 255) = 42.33%

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

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

R = 42.33%
G = 41.47%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4C04B (or 0xC4C04B) is known color: Celery. HEX triplet: C4, C0 and 4B. RGB value is (196,192,75). Sum of RGB (Red+Green+Blue) = 196+192+75=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 75 (29.69% from 255 or 16.20% from 463); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C04B is #3B3FB4. Grayscale: #B4B4B4. Windows color (decimal): -3882933 or 4964548. OLE color: 4964548.

HSL color Cylindrical-coordinate representation of color #C4C04B: hue angle of 58.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4C04B is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 192 75 -
CMYK 0 0.02 0.62 0.23
HSL 58.02º 0.51% 0.53% -
HSV(B) 58.02º 0.62% 0.77% -
XYZ 42.88 49.94 14.04 -
YUV 179.86 68.83 139.51 -
System Red Green Blue C M Y K H S L
Decimal 196 192 75 0 0.02 0.62 0.23 58.02 0.51 0.53
Hex C4 C0 4B 0 2 3E 17 3A 33 35
Octal 304 300 113 0 2 76 27 72 63 65
Binary 11000100 11000000 1001011 0 10 111110 10111 111010 110011 110101

Color Harmonies of #C4C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C04B

Black with #C4C04B

Text Example


Text Example

White with #C4C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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