Html Css Color HEX #C2BD4D Celery

📋 copy color: '#C2BD4D'

red 194 ◦ green 189 ◦ blue 77

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

Shades of Celery #C2BD4D

Tints of Celery #C2BD4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 16.74%

R = 42.17%
G = 41.09%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C2BD4D (or 0xC2BD4D) is known color: Celery. HEX triplet: C2, BD and 4D. RGB value is (194,189,77). Sum of RGB (Red+Green+Blue) = 194+189+77=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 77 (30.47% from 255 or 16.74% from 460); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD4D is #3D42B2. Grayscale: #B2B2B2. Windows color (decimal): -4014771 or 5094850. OLE color: 5094850.

HSL color Cylindrical-coordinate representation of color #C2BD4D: hue angle of 57.44º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2BD4D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 189 77 -
CMYK 0 0.03 0.60 0.24
HSL 57.44º 0.49% 0.53% -
HSV(B) 57.44º 0.6% 0.76% -
XYZ 41.79 48.4 14.16 -
YUV 177.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 194 189 77 0 0.03 0.60 0.24 57.44 0.49 0.53
Hex C2 BD 4D 0 3 3C 18 39 31 35
Octal 302 275 115 0 3 74 30 71 61 65
Binary 11000010 10111101 1001101 0 11 111100 11000 111001 110001 110101

Color Harmonies of #C2BD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BD4D

Black with #C2BD4D

Text Example


Text Example

White with #C2BD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BD4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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