Html Css Color HEX #C4BC4B Celery

📋 copy color: '#C4BC4B'

red 196 ◦ green 188 ◦ blue 75

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

Shades of Celery #C4BC4B

Tints of Celery #C4BC4B

RGB

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

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

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

R = 42.7%
G = 40.96%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4BC4B (or 0xC4BC4B) is known color: Celery. HEX triplet: C4, BC and 4B. RGB value is (196,188,75). Sum of RGB (Red+Green+Blue) = 196+188+75=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BC4B is #3B43B4. Grayscale: #B1B1B1. Windows color (decimal): -3883957 or 4963524. OLE color: 4963524.

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

Color convert

RGB 196 188 75 -
CMYK 0 0.04 0.62 0.23
HSL 56.03º 0.51% 0.53% -
HSV(B) 56.03º 0.62% 0.77% -
XYZ 42.02 48.21 13.75 -
YUV 177.51 70.15 141.19 -
System Red Green Blue C M Y K H S L
Decimal 196 188 75 0 0.04 0.62 0.23 56.03 0.51 0.53
Hex C4 BC 4B 0 4 3E 17 38 33 35
Octal 304 274 113 0 4 76 27 70 63 65
Binary 11000100 10111100 1001011 0 100 111110 10111 111000 110011 110101

Color Harmonies of #C4BC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC4B

Black with #C4BC4B

Text Example


Text Example

White with #C4BC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC4B; }

 p { color: rgb(196,188,75); }

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

background-color css

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

 a { background-color: rgb(196,188,75); }

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

border-color css

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

 span { border-color: rgb(196,188,75); }

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