Html Css Color HEX #C2BD46 Celery

📋 copy color: '#C2BD46'

red 194 ◦ green 189 ◦ blue 70

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

Shades of Celery #C2BD46

Tints of Celery #C2BD46

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.72%

 BLUE value IS 70 (27.73% from 255) = 15.45%

R = 42.83%
G = 41.72%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C2BD46 (or 0xC2BD46) is known color: Celery. HEX triplet: C2, BD and 46. RGB value is (194,189,70). Sum of RGB (Red+Green+Blue) = 194+189+70=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD46 is #3D42B9. Grayscale: #B1B1B1. Windows color (decimal): -4014778 or 4636098. OLE color: 4636098.

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

Color convert

RGB 194 189 70 -
CMYK 0 0.03 0.64 0.24
HSL 57.58º 0.5% 0.52% -
HSV(B) 57.58º 0.64% 0.76% -
XYZ 41.55 48.31 12.93 -
YUV 176.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 194 189 70 0 0.03 0.64 0.24 57.58 0.5 0.52
Hex C2 BD 46 0 3 40 18 3A 32 34
Octal 302 275 106 0 3 100 30 72 62 64
Binary 11000010 10111101 1000110 0 11 1000000 11000 111010 110010 110100

Color Harmonies of #C2BD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD46

Black with #C2BD46

Text Example


Text Example

White with #C2BD46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD46; }

 p { color: rgb(194,189,70); }

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

background-color css

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

 a { background-color: rgb(194,189,70); }

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

border-color css

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

 span { border-color: rgb(194,189,70); }

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