Html Css Color HEX #B1C52A Bahia

📋 copy color: '#B1C52A'

red 177 ◦ green 197 ◦ blue 42

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

Shades of Bahia #B1C52A

Tints of Bahia #B1C52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 42.55%
G = 47.36%
B = 10.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#B1C52A (or 0xB1C52A) is known color: Bahia. HEX triplet: B1, C5 and 2A. RGB value is (177,197,42). Sum of RGB (Red+Green+Blue) = 177+197+42=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C52A is #4E3AD5. Grayscale: #ADADAD. Windows color (decimal): -5126870 or 2803121. OLE color: 2803121.

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

Color convert

RGB 177 197 42 -
CMYK 0.10 0 0.79 0.23
HSL 67.74º 0.65% 0.47% -
HSV(B) 67.74º 0.79% 0.77% -
XYZ 38.52 49.45 9.7 -
YUV 173.35 53.87 130.6 -
System Red Green Blue C M Y K H S L
Decimal 177 197 42 0.10 0 0.79 0.23 67.74 0.65 0.47
Hex B1 C5 2A A 0 4F 17 44 41 2F
Octal 261 305 52 12 0 117 27 104 101 57
Binary 10110001 11000101 101010 1010 0 1001111 10111 1000100 1000001 101111

Color Harmonies of #B1C52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C52A

Black with #B1C52A

Text Example


Text Example

White with #B1C52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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