Html Css Color HEX #B0B421 Bahia

📋 copy color: '#B0B421'

red 176 ◦ green 180 ◦ blue 33

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

Shades of Bahia #B0B421

Tints of Bahia #B0B421

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.27%

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 45.24%
G = 46.27%
B = 8.48%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B0B421 (or 0xB0B421) is known color: Bahia. HEX triplet: B0, B4 and 21. RGB value is (176,180,33). Sum of RGB (Red+Green+Blue) = 176+180+33=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B421 is #4F4BDE. Grayscale: #A2A2A2. Windows color (decimal): -5196767 or 2208944. OLE color: 2208944.

HSL color Cylindrical-coordinate representation of color #B0B421: hue angle of 61.63º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0B421 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 180 33 -
CMYK 0.02 0 0.82 0.29
HSL 61.63º 0.69% 0.42% -
HSV(B) 61.63º 0.82% 0.71% -
XYZ 34.5 41.98 7.72 -
YUV 162.05 55.17 137.95 -
System Red Green Blue C M Y K H S L
Decimal 176 180 33 0.02 0 0.82 0.29 61.63 0.69 0.42
Hex B0 B4 21 2 0 52 1D 3E 45 2A
Octal 260 264 41 2 0 122 35 76 105 52
Binary 10110000 10110100 100001 10 0 1010010 11101 111110 1000101 101010

Color Harmonies of #B0B421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B421

Black with #B0B421

Text Example


Text Example

White with #B0B421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B421; }

 p { color: rgb(176,180,33); }

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

background-color css

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

 a { background-color: rgb(176,180,33); }

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

border-color css

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

 span { border-color: rgb(176,180,33); }

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