#B0C72A

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

Shades of Bahia #B0C72A

Tints of Bahia #B0C72A

Color information

#B0C72A (or 0xB0C72A) is unknown color: approx Bahia. HEX triplet: B0, C7 and 2A. RGB value is (176,199,42). Sum of RGB (Red+Green+Blue) = 176+199+42=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 42 (16.80% from 255 or 10.07% from 417); Max value from RGB is 199 - color contains mainly: green. Hex color #B0C72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C72A is #4F38D5. Grayscale: #AEAEAE. Windows color (decimal): -5191894 or 2803632. OLE color: 2803632.

HSL color Cylindrical-coordinate representation of color #B0C72A: hue angle of 68.79º 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 #B0C72A is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB17619942-
CMYK0.1200.790.22
HSL68.79º65.15%47.25%-
HSV(B)68.79º78.89%78.04%-
XYZ38.7550.249.85-
YUV174.2253.38129.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 199 (78.12% from 255) = 47.72%
BLUE value IS 42 (16.80% from 255) = 10.07%
R=42.21%
G=47.72%
B=10.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176199420.1200.790.2268.7965.1547.25
HexB0C72AC04F1645412f
Octal260307521401172610510157
Binary10110000110001111010101100010011111011010001011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C72A; }

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

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

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

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

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

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

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

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