#B1C72A

Color #B1C72A Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #B1C72A

Tints of Bahia #B1C72A

Color information

#B1C72A (or 0xB1C72A) is unknown color: approx Bahia. HEX triplet: B1, C7 and 2A. RGB value is (177,199,42). Sum of RGB (Red+Green+Blue) = 177+199+42=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 199 (78.12% from 255 or 47.61% from 418); Blue value is 42 (16.80% from 255 or 10.05% from 418); Max value from RGB is 199 - color contains mainly: green. Hex color #B1C72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C72A is #4E38D5. Grayscale: #AFAFAF. Windows color (decimal): -5126358 or 2803633. OLE color: 2803633.

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

Color convert

RGB17719942-
CMYK0.1100.790.22
HSL68.41º65.15%47.25%-
HSV(B)68.41º78.89%78.04%-
XYZ38.9750.369.86-
YUV174.5253.21129.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 42.34%
GREEN value IS 199 (78.12% from 255) = 47.61%
BLUE value IS 42 (16.80% from 255) = 10.05%
R=42.34%
G=47.61%
B=10.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177199420.1100.790.2268.4165.1547.25
HexB1C72AB04F1644412f
Octal261307521301172610410157
Binary10110001110001111010101011010011111011010001001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C72A; }

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

 H1.HeaderClassName
 {
   color: #B1C72A;
 }
 .AnyTagClassName
 {
   color: #B1C72A;
 }
</style>
background-color css

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

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

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

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

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

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