Html Css Color HEX #B2B926 Bahia

📋 copy color: '#B2B926'

red 178 ◦ green 185 ◦ blue 38

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

Shades of Bahia #B2B926

Tints of Bahia #B2B926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.48%

R = 44.39%
G = 46.13%
B = 9.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B2B926 (or 0xB2B926) is known color: Bahia. HEX triplet: B2, B9 and 26. RGB value is (178,185,38). Sum of RGB (Red+Green+Blue) = 178+185+38=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B926 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B926 is #4D46D9. Grayscale: #A6A6A6. Windows color (decimal): -5064410 or 2537906. OLE color: 2537906.

HSL color Cylindrical-coordinate representation of color #B2B926: hue angle of 62.86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2B926 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 38 -
CMYK 0.04 0 0.79 0.27
HSL 62.86º 0.66% 0.44% -
HSV(B) 62.86º 0.79% 0.73% -
XYZ 36.06 44.3 8.48 -
YUV 166.15 55.68 136.45 -
System Red Green Blue C M Y K H S L
Decimal 178 185 38 0.04 0 0.79 0.27 62.86 0.66 0.44
Hex B2 B9 26 4 0 4F 1B 3F 42 2C
Octal 262 271 46 4 0 117 33 77 102 54
Binary 10110010 10111001 100110 100 0 1001111 11011 111111 1000010 101100

Color Harmonies of #B2B926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B926

Black with #B2B926

Text Example


Text Example

White with #B2B926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B926; }

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

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

background-color css

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

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

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

border-color css

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

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

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