Html Css Color HEX #C1BF4B Celery

📋 copy color: '#C1BF4B'

red 193 ◦ green 191 ◦ blue 75

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

Shades of Celery #C1BF4B

Tints of Celery #C1BF4B

RGB

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

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

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

R = 42.05%
G = 41.61%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1BF4B (or 0xC1BF4B) is known color: Celery. HEX triplet: C1, BF and 4B. RGB value is (193,191,75). Sum of RGB (Red+Green+Blue) = 193+191+75=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BF4B is #3E40B4. Grayscale: #B2B2B2. Windows color (decimal): -4079797 or 4964289. OLE color: 4964289.

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

Color convert

RGB 193 191 75 -
CMYK 0 0.01 0.61 0.24
HSL 58.98º 0.49% 0.53% -
HSV(B) 58.98º 0.61% 0.76% -
XYZ 41.89 49.11 13.93 -
YUV 178.37 69.66 138.43 -
System Red Green Blue C M Y K H S L
Decimal 193 191 75 0 0.01 0.61 0.24 58.98 0.49 0.53
Hex C1 BF 4B 0 1 3D 18 3B 31 35
Octal 301 277 113 0 1 75 30 73 61 65
Binary 11000001 10111111 1001011 0 1 111101 11000 111011 110001 110101

Color Harmonies of #C1BF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BF4B

Black with #C1BF4B

Text Example


Text Example

White with #C1BF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BF4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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