Html Css Color HEX #B1C52F Bahia

📋 copy color: '#B1C52F'

red 177 ◦ green 197 ◦ blue 47

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

Shades of Bahia #B1C52F

Tints of Bahia #B1C52F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.79%

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 42.04%
G = 46.79%
B = 11.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#B1C52F (or 0xB1C52F) is known color: Bahia. HEX triplet: B1, C5 and 2F. RGB value is (177,197,47). Sum of RGB (Red+Green+Blue) = 177+197+47=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C52F is #4E3AD0. Grayscale: #AEAEAE. Windows color (decimal): -5126865 or 3130801. OLE color: 3130801.

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

Color convert

RGB 177 197 47 -
CMYK 0.10 0 0.76 0.23
HSL 68º 0.61% 0.48% -
HSV(B) 68º 0.76% 0.77% -
XYZ 38.61 49.48 10.21 -
YUV 173.92 56.37 130.2 -
System Red Green Blue C M Y K H S L
Decimal 177 197 47 0.10 0 0.76 0.23 68 0.61 0.48
Hex B1 C5 2F A 0 4C 17 44 3D 30
Octal 261 305 57 12 0 114 27 104 75 60
Binary 10110001 11000101 101111 1010 0 1001100 10111 1000100 111101 110000

Color Harmonies of #B1C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C52F

Black with #B1C52F

Text Example


Text Example

White with #B1C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C52F; }

 p { color: rgb(177,197,47); }

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

background-color css

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

 a { background-color: rgb(177,197,47); }

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

border-color css

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

 span { border-color: rgb(177,197,47); }

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