Html Css Color HEX #C1BF4A Celery

📋 copy color: '#C1BF4A'

red 193 ◦ green 191 ◦ blue 74

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

Shades of Celery #C1BF4A

Tints of Celery #C1BF4A

RGB

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

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

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

R = 42.14%
G = 41.7%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1BF4A (or 0xC1BF4A) is known color: Celery. HEX triplet: C1, BF and 4A. RGB value is (193,191,74). Sum of RGB (Red+Green+Blue) = 193+191+74=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 191 (75% from 255 or 41.70% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF4A is #3E40B5. Grayscale: #B2B2B2. Windows color (decimal): -4079798 or 4898753. OLE color: 4898753.

HSL color Cylindrical-coordinate representation of color #C1BF4A: hue angle of 58.99º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1BF4A is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 191 74 -
CMYK 0 0.01 0.62 0.24
HSL 58.99º 0.49% 0.52% -
HSV(B) 58.99º 0.62% 0.76% -
XYZ 41.86 49.09 13.75 -
YUV 178.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 193 191 74 0 0.01 0.62 0.24 58.99 0.49 0.52
Hex C1 BF 4A 0 1 3E 18 3B 31 34
Octal 301 277 112 0 1 76 30 73 61 64
Binary 11000001 10111111 1001010 0 1 111110 11000 111011 110001 110100

Color Harmonies of #C1BF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BF4A

Black with #C1BF4A

Text Example


Text Example

White with #C1BF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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