Html Css Color HEX #C4BF4A Celery

📋 copy color: '#C4BF4A'

red 196 ◦ green 191 ◦ blue 74

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

Shades of Celery #C4BF4A

Tints of Celery #C4BF4A

RGB

 RED value IS 196 (76.95% from 255) = 42.52%

 GREEN value IS 191 (75% from 255) = 41.43%

 BLUE value IS 74 (29.3% from 255) = 16.05%

R = 42.52%
G = 41.43%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4BF4A (or 0xC4BF4A) is known color: Celery. HEX triplet: C4, BF and 4A. RGB value is (196,191,74). Sum of RGB (Red+Green+Blue) = 196+191+74=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BF4A is #3B40B5. Grayscale: #B3B3B3. Windows color (decimal): -3883190 or 4898756. OLE color: 4898756.

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

Color convert

RGB 196 191 74 -
CMYK 0 0.03 0.62 0.23
HSL 57.54º 0.51% 0.53% -
HSV(B) 57.54º 0.62% 0.77% -
XYZ 42.63 49.49 13.78 -
YUV 179.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 196 191 74 0 0.03 0.62 0.23 57.54 0.51 0.53
Hex C4 BF 4A 0 3 3E 17 3A 33 35
Octal 304 277 112 0 3 76 27 72 63 65
Binary 11000100 10111111 1001010 0 11 111110 10111 111010 110011 110101

Color Harmonies of #C4BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BF4A

Black with #C4BF4A

Text Example


Text Example

White with #C4BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BF4A; }

 p { color: rgb(196,191,74); }

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

background-color css

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

 a { background-color: rgb(196,191,74); }

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

border-color css

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

 span { border-color: rgb(196,191,74); }

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