Html Css Color HEX #B1C52C Bahia

📋 copy color: '#B1C52C'

red 177 ◦ green 197 ◦ blue 44

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

Shades of Bahia #B1C52C

Tints of Bahia #B1C52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.53%

R = 42.34%
G = 47.13%
B = 10.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#B1C52C (or 0xB1C52C) is known color: Bahia. HEX triplet: B1, C5 and 2C. RGB value is (177,197,44). Sum of RGB (Red+Green+Blue) = 177+197+44=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #B1C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C52C is #4E3AD3. Grayscale: #AEAEAE. Windows color (decimal): -5126868 or 2934193. OLE color: 2934193.

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

Color convert

RGB 177 197 44 -
CMYK 0.10 0 0.78 0.23
HSL 67.84º 0.63% 0.47% -
HSV(B) 67.84º 0.78% 0.77% -
XYZ 38.55 49.46 9.9 -
YUV 173.58 54.87 130.44 -
System Red Green Blue C M Y K H S L
Decimal 177 197 44 0.10 0 0.78 0.23 67.84 0.63 0.47
Hex B1 C5 2C A 0 4E 17 44 3F 2F
Octal 261 305 54 12 0 116 27 104 77 57
Binary 10110001 11000101 101100 1010 0 1001110 10111 1000100 111111 101111

Color Harmonies of #B1C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C52C

Black with #B1C52C

Text Example


Text Example

White with #B1C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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