Html Css Color HEX #B1BC3E Celery

📋 copy color: '#B1BC3E'

red 177 ◦ green 188 ◦ blue 62

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

Shades of Celery #B1BC3E

Tints of Celery #B1BC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.52%

R = 41.45%
G = 44.03%
B = 14.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#B1BC3E (or 0xB1BC3E) is known color: Celery. HEX triplet: B1, BC and 3E. RGB value is (177,188,62). Sum of RGB (Red+Green+Blue) = 177+188+62=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1BC3E is #4E43C1. Grayscale: #AAAAAA. Windows color (decimal): -5129154 or 4111537. OLE color: 4111537.

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

Color convert

RGB 177 188 62 -
CMYK 0.06 0 0.67 0.26
HSL 65.24º 0.5% 0.49% -
HSV(B) 65.24º 0.67% 0.74% -
XYZ 36.98 45.66 11.42 -
YUV 170.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 177 188 62 0.06 0 0.67 0.26 65.24 0.5 0.49
Hex B1 BC 3E 6 0 43 1A 41 32 31
Octal 261 274 76 6 0 103 32 101 62 61
Binary 10110001 10111100 111110 110 0 1000011 11010 1000001 110010 110001

Color Harmonies of #B1BC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC3E

Black with #B1BC3E

Text Example


Text Example

White with #B1BC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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