Html Css Color HEX #C2C54B Celery

📋 copy color: '#C2C54B'

red 194 ◦ green 197 ◦ blue 75

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

Shades of Celery #C2C54B

Tints of Celery #C2C54B

RGB

 RED value IS 194 (76.17% from 255) = 41.63%

 GREEN value IS 197 (77.34% from 255) = 42.27%

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

R = 41.63%
G = 42.27%
B = 16.09%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C2C54B (or 0xC2C54B) is known color: Celery. HEX triplet: C2, C5 and 4B. RGB value is (194,197,75). Sum of RGB (Red+Green+Blue) = 194+197+75=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 75 (29.69% from 255 or 16.09% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C54B is #3D3AB4. Grayscale: #B6B6B6. Windows color (decimal): -4012725 or 4965826. OLE color: 4965826.

HSL color Cylindrical-coordinate representation of color #C2C54B: hue angle of 61.48º 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 #C2C54B is Cyan = 0.02, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 194 197 75 -
CMYK 0.02 0 0.62 0.23
HSL 61.48º 0.51% 0.53% -
HSV(B) 61.48º 0.62% 0.77% -
XYZ 43.48 51.91 14.38 -
YUV 182.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 194 197 75 0.02 0 0.62 0.23 61.48 0.51 0.53
Hex C2 C5 4B 2 0 3E 17 3D 33 35
Octal 302 305 113 2 0 76 27 75 63 65
Binary 11000010 11000101 1001011 10 0 111110 10111 111101 110011 110101

Color Harmonies of #C2C54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C54B

Black with #C2C54B

Text Example


Text Example

White with #C2C54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C54B; }

 p { color: rgb(194,197,75); }

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

background-color css

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

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

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

border-color css

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

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

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