Html Css Color HEX #B1C82C Bahia

📋 copy color: '#B1C82C'

red 177 ◦ green 200 ◦ blue 44

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

Shades of Bahia #B1C82C

Tints of Bahia #B1C82C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.51%

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

R = 42.04%
G = 47.51%
B = 10.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#B1C82C (or 0xB1C82C) is known color: Bahia. HEX triplet: B1, C8 and 2C. RGB value is (177,200,44). Sum of RGB (Red+Green+Blue) = 177+200+44=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 200 (78.52% from 255 or 47.51% from 421); Blue value is 44 (17.58% from 255 or 10.45% from 421); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C82C is #4E37D3. Grayscale: #AFAFAF. Windows color (decimal): -5126100 or 2934961. OLE color: 2934961.

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

Color convert

RGB 177 200 44 -
CMYK 0.12 0 0.78 0.22
HSL 68.85º 0.64% 0.48% -
HSV(B) 68.85º 0.78% 0.78% -
XYZ 39.24 50.84 10.13 -
YUV 175.34 53.88 129.18 -
System Red Green Blue C M Y K H S L
Decimal 177 200 44 0.12 0 0.78 0.22 68.85 0.64 0.48
Hex B1 C8 2C C 0 4E 16 45 40 30
Octal 261 310 54 14 0 116 26 105 100 60
Binary 10110001 11001000 101100 1100 0 1001110 10110 1000101 1000000 110000

Color Harmonies of #B1C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C82C

Black with #B1C82C

Text Example


Text Example

White with #B1C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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