Html Css Color HEX #B1C62C Bahia

📋 copy color: '#B1C62C'

red 177 ◦ green 198 ◦ blue 44

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

Shades of Bahia #B1C62C

Tints of Bahia #B1C62C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.26%

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

R = 42.24%
G = 47.26%
B = 10.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#B1C62C (or 0xB1C62C) is known color: Bahia. HEX triplet: B1, C6 and 2C. RGB value is (177,198,44). Sum of RGB (Red+Green+Blue) = 177+198+44=419 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.24% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C62C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C62C is #4E39D3. Grayscale: #AEAEAE. Windows color (decimal): -5126612 or 2934449. OLE color: 2934449.

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

Color convert

RGB 177 198 44 -
CMYK 0.11 0 0.78 0.22
HSL 68.18º 0.64% 0.47% -
HSV(B) 68.18º 0.78% 0.78% -
XYZ 38.78 49.92 9.97 -
YUV 174.17 54.54 130.02 -
System Red Green Blue C M Y K H S L
Decimal 177 198 44 0.11 0 0.78 0.22 68.18 0.64 0.47
Hex B1 C6 2C B 0 4E 16 44 40 2F
Octal 261 306 54 13 0 116 26 104 100 57
Binary 10110001 11000110 101100 1011 0 1001110 10110 1000100 1000000 101111

Color Harmonies of #B1C62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C62C

Black with #B1C62C

Text Example


Text Example

White with #B1C62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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