Html Css Color HEX #B2BA1B Bahia

📋 copy color: '#B2BA1B'

red 178 ◦ green 186 ◦ blue 27

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

Shades of Bahia #B2BA1B

Tints of Bahia #B2BA1B

RGB

 RED value IS 178 (69.92% from 255) = 45.52%

 GREEN value IS 186 (73.05% from 255) = 47.57%

 BLUE value IS 27 (10.94% from 255) = 6.91%

R = 45.52%
G = 47.57%
B = 6.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B2BA1B (or 0xB2BA1B) is known color: Bahia. HEX triplet: B2, BA and 1B. RGB value is (178,186,27). Sum of RGB (Red+Green+Blue) = 178+186+27=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA1B is #4D45E4. Grayscale: #A6A6A6. Windows color (decimal): -5064165 or 1817266. OLE color: 1817266.

HSL color Cylindrical-coordinate representation of color #B2BA1B: hue angle of 63.02º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2BA1B is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 186 27 -
CMYK 0.04 0 0.85 0.27
HSL 63.02º 0.75% 0.42% -
HSV(B) 63.02º 0.85% 0.73% -
XYZ 36.12 44.66 7.75 -
YUV 165.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 178 186 27 0.04 0 0.85 0.27 63.02 0.75 0.42
Hex B2 BA 1B 4 0 55 1B 3F 4B 2A
Octal 262 272 33 4 0 125 33 77 113 52
Binary 10110010 10111010 11011 100 0 1010101 11011 111111 1001011 101010

Color Harmonies of #B2BA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA1B

Black with #B2BA1B

Text Example


Text Example

White with #B2BA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA1B; }

 p { color: rgb(178,186,27); }

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

background-color css

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

 a { background-color: rgb(178,186,27); }

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

border-color css

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

 span { border-color: rgb(178,186,27); }

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