Html Css Color HEX #B2B91B Bahia

📋 copy color: '#B2B91B'

red 178 ◦ green 185 ◦ blue 27

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

Shades of Bahia #B2B91B

Tints of Bahia #B2B91B

RGB

 RED value IS 178 (69.92% from 255) = 45.64%

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

 BLUE value IS 27 (10.94% from 255) = 6.92%

R = 45.64%
G = 47.44%
B = 6.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B2B91B (or 0xB2B91B) is known color: Bahia. HEX triplet: B2, B9 and 1B. RGB value is (178,185,27). Sum of RGB (Red+Green+Blue) = 178+185+27=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 185 (72.66% from 255 or 47.44% from 390); Blue value is 27 (10.94% from 255 or 6.92% from 390); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B91B is #4D46E4. Grayscale: #A5A5A5. Windows color (decimal): -5064421 or 1817010. OLE color: 1817010.

HSL color Cylindrical-coordinate representation of color #B2B91B: hue angle of 62.66º degrees, saturation: 0.75, 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 #B2B91B is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 27 -
CMYK 0.04 0 0.85 0.27
HSL 62.66º 0.75% 0.42% -
HSV(B) 62.66º 0.85% 0.73% -
XYZ 35.91 44.24 7.68 -
YUV 164.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 178 185 27 0.04 0 0.85 0.27 62.66 0.75 0.42
Hex B2 B9 1B 4 0 55 1B 3F 4B 2A
Octal 262 271 33 4 0 125 33 77 113 52
Binary 10110010 10111001 11011 100 0 1010101 11011 111111 1001011 101010

Color Harmonies of #B2B91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B91B

Black with #B2B91B

Text Example


Text Example

White with #B2B91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B91B; }

 p { color: rgb(178,185,27); }

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

background-color css

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

 a { background-color: rgb(178,185,27); }

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

border-color css

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

 span { border-color: rgb(178,185,27); }

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