Html Css Color HEX #C3C04B Celery

📋 copy color: '#C3C04B'

red 195 ◦ green 192 ◦ blue 75

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

Shades of Celery #C3C04B

Tints of Celery #C3C04B

RGB

 RED value IS 195 (76.56% from 255) = 42.21%

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

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

R = 42.21%
G = 41.56%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3C04B (or 0xC3C04B) is known color: Celery. HEX triplet: C3, C0 and 4B. RGB value is (195,192,75). Sum of RGB (Red+Green+Blue) = 195+192+75=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C04B is #3C3FB4. Grayscale: #B4B4B4. Windows color (decimal): -3948469 or 4964547. OLE color: 4964547.

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

Color convert

RGB 195 192 75 -
CMYK 0 0.02 0.62 0.24
HSL 58.5º 0.5% 0.53% -
HSV(B) 58.5º 0.62% 0.76% -
XYZ 42.63 49.81 14.02 -
YUV 179.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 195 192 75 0 0.02 0.62 0.24 58.5 0.5 0.53
Hex C3 C0 4B 0 2 3E 18 3A 32 35
Octal 303 300 113 0 2 76 30 72 62 65
Binary 11000011 11000000 1001011 0 10 111110 11000 111010 110010 110101

Color Harmonies of #C3C04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C04B

Black with #C3C04B

Text Example


Text Example

White with #C3C04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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