Html Css Color HEX #B1C630 Bahia

📋 copy color: '#B1C630'

red 177 ◦ green 198 ◦ blue 48

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

Shades of Bahia #B1C630

Tints of Bahia #B1C630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.35%

R = 41.84%
G = 46.81%
B = 11.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#B1C630 (or 0xB1C630) is known color: Bahia. HEX triplet: B1, C6 and 30. RGB value is (177,198,48). Sum of RGB (Red+Green+Blue) = 177+198+48=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C630 is #4E39CF. Grayscale: #AFAFAF. Windows color (decimal): -5126608 or 3196593. OLE color: 3196593.

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

Color convert

RGB 177 198 48 -
CMYK 0.11 0 0.76 0.22
HSL 68.4º 0.61% 0.48% -
HSV(B) 68.4º 0.76% 0.78% -
XYZ 38.86 49.95 10.39 -
YUV 174.62 56.54 129.7 -
System Red Green Blue C M Y K H S L
Decimal 177 198 48 0.11 0 0.76 0.22 68.4 0.61 0.48
Hex B1 C6 30 B 0 4C 16 44 3D 30
Octal 261 306 60 13 0 114 26 104 75 60
Binary 10110001 11000110 110000 1011 0 1001100 10110 1000100 111101 110000

Color Harmonies of #B1C630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C630

Black with #B1C630

Text Example


Text Example

White with #B1C630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C630; }

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

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

background-color css

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

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

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

border-color css

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

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

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