Html Css Color HEX #B0B31D Bahia

📋 copy color: '#B0B31D'

red 176 ◦ green 179 ◦ blue 29

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

Shades of Bahia #B0B31D

Tints of Bahia #B0B31D

RGB

 RED value IS 176 (69.14% from 255) = 45.83%

 GREEN value IS 179 (70.31% from 255) = 46.61%

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 45.83%
G = 46.61%
B = 7.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B0B31D (or 0xB0B31D) is known color: Bahia. HEX triplet: B0, B3 and 1D. RGB value is (176,179,29). Sum of RGB (Red+Green+Blue) = 176+179+29=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B31D is #4F4CE2. Grayscale: #A1A1A1. Windows color (decimal): -5197027 or 1946544. OLE color: 1946544.

HSL color Cylindrical-coordinate representation of color #B0B31D: hue angle of 61.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0B31D is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 179 29 -
CMYK 0.02 0 0.84 0.30
HSL 61.2º 0.72% 0.41% -
HSV(B) 61.2º 0.84% 0.7% -
XYZ 34.25 41.56 7.38 -
YUV 161 53.51 138.7 -
System Red Green Blue C M Y K H S L
Decimal 176 179 29 0.02 0 0.84 0.30 61.2 0.72 0.41
Hex B0 B3 1D 2 0 54 1E 3D 48 29
Octal 260 263 35 2 0 124 36 75 110 51
Binary 10110000 10110011 11101 10 0 1010100 11110 111101 1001000 101001

Color Harmonies of #B0B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B31D

Black with #B0B31D

Text Example


Text Example

White with #B0B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B31D; }

 p { color: rgb(176,179,29); }

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

background-color css

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

 a { background-color: rgb(176,179,29); }

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

border-color css

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

 span { border-color: rgb(176,179,29); }

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