Html Css Color HEX #B3BD31 Bahia

📋 copy color: '#B3BD31'

red 179 ◦ green 189 ◦ blue 49

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

Shades of Bahia #B3BD31

Tints of Bahia #B3BD31

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

 BLUE value IS 49 (19.53% from 255) = 11.75%

R = 42.93%
G = 45.32%
B = 11.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#B3BD31 (or 0xB3BD31) is known color: Bahia. HEX triplet: B3, BD and 31. RGB value is (179,189,49). Sum of RGB (Red+Green+Blue) = 179+189+49=417 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.93% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BD31 is #4C42CE. Grayscale: #AAAAAA. Windows color (decimal): -4997839 or 3259827. OLE color: 3259827.

HSL color Cylindrical-coordinate representation of color #B3BD31: hue angle of 64.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3BD31 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 189 49 -
CMYK 0.05 0 0.74 0.26
HSL 64.29º 0.59% 0.47% -
HSV(B) 64.29º 0.74% 0.74% -
XYZ 37.34 46.2 9.86 -
YUV 170.05 59.69 134.38 -
System Red Green Blue C M Y K H S L
Decimal 179 189 49 0.05 0 0.74 0.26 64.29 0.59 0.47
Hex B3 BD 31 5 0 4A 1A 40 3B 2F
Octal 263 275 61 5 0 112 32 100 73 57
Binary 10110011 10111101 110001 101 0 1001010 11010 1000000 111011 101111

Color Harmonies of #B3BD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD31

Black with #B3BD31

Text Example


Text Example

White with #B3BD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD31; }

 p { color: rgb(179,189,49); }

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

background-color css

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

 a { background-color: rgb(179,189,49); }

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

border-color css

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

 span { border-color: rgb(179,189,49); }

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