Html Css Color HEX #B2BA2E Bahia

📋 copy color: '#B2BA2E'

red 178 ◦ green 186 ◦ blue 46

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

Shades of Bahia #B2BA2E

Tints of Bahia #B2BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.22%

R = 43.41%
G = 45.37%
B = 11.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B2BA2E (or 0xB2BA2E) is known color: Bahia. HEX triplet: B2, BA and 2E. RGB value is (178,186,46). Sum of RGB (Red+Green+Blue) = 178+186+46=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 46 (18.36% from 255 or 11.22% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BA2E is #4D45D1. Grayscale: #A8A8A8. Windows color (decimal): -5064146 or 3062450. OLE color: 3062450.

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

Color convert

RGB 178 186 46 -
CMYK 0.04 0 0.75 0.27
HSL 63.43º 0.6% 0.45% -
HSV(B) 63.43º 0.75% 0.73% -
XYZ 36.41 44.78 9.31 -
YUV 167.65 59.35 135.38 -
System Red Green Blue C M Y K H S L
Decimal 178 186 46 0.04 0 0.75 0.27 63.43 0.6 0.45
Hex B2 BA 2E 4 0 4B 1B 3F 3C 2D
Octal 262 272 56 4 0 113 33 77 74 55
Binary 10110010 10111010 101110 100 0 1001011 11011 111111 111100 101101

Color Harmonies of #B2BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA2E

Black with #B2BA2E

Text Example


Text Example

White with #B2BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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