Html Css Color HEX #C2BC4D Celery

📋 copy color: '#C2BC4D'

red 194 ◦ green 188 ◦ blue 77

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

Shades of Celery #C2BC4D

Tints of Celery #C2BC4D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.96%

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

R = 42.27%
G = 40.96%
B = 16.78%

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

#C2BC4D (or 0xC2BC4D) is known color: Celery. HEX triplet: C2, BC and 4D. RGB value is (194,188,77). Sum of RGB (Red+Green+Blue) = 194+188+77=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 77 (30.47% from 255 or 16.78% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC4D is #3D43B2. Grayscale: #B1B1B1. Windows color (decimal): -4015027 or 5094594. OLE color: 5094594.

HSL color Cylindrical-coordinate representation of color #C2BC4D: hue angle of 56.92º 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 #C2BC4D is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 188 77 -
CMYK 0 0.03 0.60 0.24
HSL 56.92º 0.49% 0.53% -
HSV(B) 56.92º 0.6% 0.76% -
XYZ 41.57 47.97 14.09 -
YUV 177.14 71.49 140.03 -
System Red Green Blue C M Y K H S L
Decimal 194 188 77 0 0.03 0.60 0.24 56.92 0.49 0.53
Hex C2 BC 4D 0 3 3C 18 39 31 35
Octal 302 274 115 0 3 74 30 71 61 65
Binary 11000010 10111100 1001101 0 11 111100 11000 111001 110001 110101

Color Harmonies of #C2BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BC4D

Black with #C2BC4D

Text Example


Text Example

White with #C2BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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