Html Css Color HEX #C1BC4D Celery

📋 copy color: '#C1BC4D'

red 193 ◦ green 188 ◦ blue 77

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

Shades of Celery #C1BC4D

Tints of Celery #C1BC4D

RGB

 RED value IS 193 (75.78% from 255) = 42.14%

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

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

R = 42.14%
G = 41.05%
B = 16.81%

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

#C1BC4D (or 0xC1BC4D) is known color: Celery. HEX triplet: C1, BC and 4D. RGB value is (193,188,77). Sum of RGB (Red+Green+Blue) = 193+188+77=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BC4D is #3E43B2. Grayscale: #B1B1B1. Windows color (decimal): -4080563 or 5094593. OLE color: 5094593.

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

Color convert

RGB 193 188 77 -
CMYK 0 0.03 0.60 0.24
HSL 57.41º 0.48% 0.53% -
HSV(B) 57.41º 0.6% 0.76% -
XYZ 41.32 47.84 14.08 -
YUV 176.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 193 188 77 0 0.03 0.60 0.24 57.41 0.48 0.53
Hex C1 BC 4D 0 3 3C 18 39 30 35
Octal 301 274 115 0 3 74 30 71 60 65
Binary 11000001 10111100 1001101 0 11 111100 11000 111001 110000 110101

Color Harmonies of #C1BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BC4D

Black with #C1BC4D

Text Example


Text Example

White with #C1BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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