Html Css Color HEX #B0B91C Bahia

📋 copy color: '#B0B91C'

red 176 ◦ green 185 ◦ blue 28

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

Shades of Bahia #B0B91C

Tints of Bahia #B0B91C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

 BLUE value IS 28 (11.33% from 255) = 7.2%

R = 45.24%
G = 47.56%
B = 7.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B0B91C (or 0xB0B91C) is known color: Bahia. HEX triplet: B0, B9 and 1C. RGB value is (176,185,28). Sum of RGB (Red+Green+Blue) = 176+185+28=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 28 (11.33% from 255 or 7.20% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B91C is #4F46E3. Grayscale: #A5A5A5. Windows color (decimal): -5195492 or 1882544. OLE color: 1882544.

HSL color Cylindrical-coordinate representation of color #B0B91C: hue angle of 63.44º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0B91C is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 185 28 -
CMYK 0.05 0 0.85 0.27
HSL 63.44º 0.74% 0.42% -
HSV(B) 63.44º 0.85% 0.73% -
XYZ 35.46 44.01 7.72 -
YUV 164.41 51.02 136.27 -
System Red Green Blue C M Y K H S L
Decimal 176 185 28 0.05 0 0.85 0.27 63.44 0.74 0.42
Hex B0 B9 1C 5 0 55 1B 3F 4A 2A
Octal 260 271 34 5 0 125 33 77 112 52
Binary 10110000 10111001 11100 101 0 1010101 11011 111111 1001010 101010

Color Harmonies of #B0B91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B91C

Black with #B0B91C

Text Example


Text Example

White with #B0B91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B91C; }

 p { color: rgb(176,185,28); }

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

background-color css

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

 a { background-color: rgb(176,185,28); }

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

border-color css

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

 span { border-color: rgb(176,185,28); }

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