Html Css Color HEX #B3BE2E Bahia

📋 copy color: '#B3BE2E'

red 179 ◦ green 190 ◦ blue 46

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

Shades of Bahia #B3BE2E

Tints of Bahia #B3BE2E

RGB

 RED value IS 179 (70.31% from 255) = 43.13%

 GREEN value IS 190 (74.61% from 255) = 45.78%

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

R = 43.13%
G = 45.78%
B = 11.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#B3BE2E (or 0xB3BE2E) is known color: Bahia. HEX triplet: B3, BE and 2E. RGB value is (179,190,46). Sum of RGB (Red+Green+Blue) = 179+190+46=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 46 (18.36% from 255 or 11.08% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BE2E is #4C41D1. Grayscale: #AAAAAA. Windows color (decimal): -4997586 or 3063475. OLE color: 3063475.

HSL color Cylindrical-coordinate representation of color #B3BE2E: hue angle of 64.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B3BE2E is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 190 46 -
CMYK 0.06 0 0.76 0.25
HSL 64.58º 0.61% 0.46% -
HSV(B) 64.58º 0.76% 0.75% -
XYZ 37.5 46.61 9.6 -
YUV 170.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 179 190 46 0.06 0 0.76 0.25 64.58 0.61 0.46
Hex B3 BE 2E 6 0 4C 19 41 3D 2E
Octal 263 276 56 6 0 114 31 101 75 56
Binary 10110011 10111110 101110 110 0 1001100 11001 1000001 111101 101110

Color Harmonies of #B3BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BE2E

Black with #B3BE2E

Text Example


Text Example

White with #B3BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BE2E; }

 p { color: rgb(179,190,46); }

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

background-color css

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

 a { background-color: rgb(179,190,46); }

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

border-color css

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

 span { border-color: rgb(179,190,46); }

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