Html Css Color HEX #B1BC4A Celery

📋 copy color: '#B1BC4A'

red 177 ◦ green 188 ◦ blue 74

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

Shades of Celery #B1BC4A

Tints of Celery #B1BC4A

RGB

 RED value IS 177 (69.53% from 255) = 40.32%

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

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

R = 40.32%
G = 42.82%
B = 16.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#B1BC4A (or 0xB1BC4A) is known color: Celery. HEX triplet: B1, BC and 4A. RGB value is (177,188,74). Sum of RGB (Red+Green+Blue) = 177+188+74=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC4A is #4E43B5. Grayscale: #ACACAC. Windows color (decimal): -5129142 or 4897969. OLE color: 4897969.

HSL color Cylindrical-coordinate representation of color #B1BC4A: hue angle of 65.79º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1BC4A is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 188 74 -
CMYK 0.06 0 0.61 0.26
HSL 65.79º 0.46% 0.51% -
HSV(B) 65.79º 0.61% 0.74% -
XYZ 37.35 45.81 13.35 -
YUV 171.72 72.86 131.77 -
System Red Green Blue C M Y K H S L
Decimal 177 188 74 0.06 0 0.61 0.26 65.79 0.46 0.51
Hex B1 BC 4A 6 0 3D 1A 42 2E 33
Octal 261 274 112 6 0 75 32 102 56 63
Binary 10110001 10111100 1001010 110 0 111101 11010 1000010 101110 110011

Color Harmonies of #B1BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC4A

Black with #B1BC4A

Text Example


Text Example

White with #B1BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC4A; }

 p { color: rgb(177,188,74); }

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

background-color css

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

 a { background-color: rgb(177,188,74); }

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

border-color css

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

 span { border-color: rgb(177,188,74); }

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