Html Css Color HEX #B1BC4D Celery

📋 copy color: '#B1BC4D'

red 177 ◦ green 188 ◦ blue 77

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

Shades of Celery #B1BC4D

Tints of Celery #B1BC4D

RGB

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

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

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

R = 40.05%
G = 42.53%
B = 17.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#B1BC4D (or 0xB1BC4D) is known color: Celery. HEX triplet: B1, BC and 4D. RGB value is (177,188,77). Sum of RGB (Red+Green+Blue) = 177+188+77=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC4D is #4E43B2. Grayscale: #ACACAC. Windows color (decimal): -5129139 or 5094577. OLE color: 5094577.

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

Color convert

RGB 177 188 77 -
CMYK 0.06 0 0.59 0.26
HSL 65.95º 0.45% 0.52% -
HSV(B) 65.95º 0.59% 0.74% -
XYZ 37.45 45.85 13.9 -
YUV 172.06 74.36 131.53 -
System Red Green Blue C M Y K H S L
Decimal 177 188 77 0.06 0 0.59 0.26 65.95 0.45 0.52
Hex B1 BC 4D 6 0 3B 1A 42 2D 34
Octal 261 274 115 6 0 73 32 102 55 64
Binary 10110001 10111100 1001101 110 0 111011 11010 1000010 101101 110100

Color Harmonies of #B1BC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC4D

Black with #B1BC4D

Text Example


Text Example

White with #B1BC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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