Html Css Color HEX #B1C72A Bahia

📋 copy color: '#B1C72A'

red 177 ◦ green 199 ◦ blue 42

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

Shades of Bahia #B1C72A

Tints of Bahia #B1C72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.61%

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

R = 42.34%
G = 47.61%
B = 10.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#B1C72A (or 0xB1C72A) is known color: 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

RGB 177 199 42 -
CMYK 0.11 0 0.79 0.22
HSL 68.41º 0.65% 0.47% -
HSV(B) 68.41º 0.79% 0.78% -
XYZ 38.97 50.36 9.86 -
YUV 174.52 53.21 129.77 -
System Red Green Blue C M Y K H S L
Decimal 177 199 42 0.11 0 0.79 0.22 68.41 0.65 0.47
Hex B1 C7 2A B 0 4F 16 44 41 2F
Octal 261 307 52 13 0 117 26 104 101 57
Binary 10110001 11000111 101010 1011 0 1001111 10110 1000100 1000001 101111

Color Harmonies of #B1C72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C72A

Black with #B1C72A

Text Example


Text Example

White with #B1C72A

Text Example


Text Example

HTML Codes & Css Web 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>