Html Css Color HEX #B1C12E Bahia

📋 copy color: '#B1C12E'

red 177 ◦ green 193 ◦ blue 46

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

Shades of Bahia #B1C12E

Tints of Bahia #B1C12E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.39%

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 42.55%
G = 46.39%
B = 11.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#B1C12E (or 0xB1C12E) is known color: Bahia. HEX triplet: B1, C1 and 2E. RGB value is (177,193,46). Sum of RGB (Red+Green+Blue) = 177+193+46=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C12E is #4E3ED1. Grayscale: #ACACAC. Windows color (decimal): -5127890 or 3064241. OLE color: 3064241.

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

Color convert

RGB 177 193 46 -
CMYK 0.08 0 0.76 0.24
HSL 66.53º 0.62% 0.47% -
HSV(B) 66.53º 0.76% 0.76% -
XYZ 37.69 47.68 9.8 -
YUV 171.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 177 193 46 0.08 0 0.76 0.24 66.53 0.62 0.47
Hex B1 C1 2E 8 0 4C 18 43 3E 2F
Octal 261 301 56 10 0 114 30 103 76 57
Binary 10110001 11000001 101110 1000 0 1001100 11000 1000011 111110 101111

Color Harmonies of #B1C12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C12E

Black with #B1C12E

Text Example


Text Example

White with #B1C12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C12E; }

 p { color: rgb(177,193,46); }

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

background-color css

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

 a { background-color: rgb(177,193,46); }

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

border-color css

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

 span { border-color: rgb(177,193,46); }

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