Html Css Color HEX #B1C631 Bahia

📋 copy color: '#B1C631'

red 177 ◦ green 198 ◦ blue 49

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

Shades of Bahia #B1C631

Tints of Bahia #B1C631

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.7%

 BLUE value IS 49 (19.53% from 255) = 11.56%

R = 41.75%
G = 46.7%
B = 11.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#B1C631 (or 0xB1C631) is known color: Bahia. HEX triplet: B1, C6 and 31. RGB value is (177,198,49). Sum of RGB (Red+Green+Blue) = 177+198+49=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C631 is #4E39CE. Grayscale: #AFAFAF. Windows color (decimal): -5126607 or 3262129. OLE color: 3262129.

HSL color Cylindrical-coordinate representation of color #B1C631: hue angle of 68.46º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1C631 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 198 49 -
CMYK 0.11 0 0.75 0.22
HSL 68.46º 0.6% 0.48% -
HSV(B) 68.46º 0.75% 0.78% -
XYZ 38.88 49.96 10.5 -
YUV 174.74 57.04 129.62 -
System Red Green Blue C M Y K H S L
Decimal 177 198 49 0.11 0 0.75 0.22 68.46 0.6 0.48
Hex B1 C6 31 B 0 4B 16 44 3C 30
Octal 261 306 61 13 0 113 26 104 74 60
Binary 10110001 11000110 110001 1011 0 1001011 10110 1000100 111100 110000

Color Harmonies of #B1C631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C631

Black with #B1C631

Text Example


Text Example

White with #B1C631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C631; }

 p { color: rgb(177,198,49); }

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

background-color css

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

 a { background-color: rgb(177,198,49); }

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

border-color css

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

 span { border-color: rgb(177,198,49); }

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