Html Css Color HEX #B2B61A Bahia

📋 copy color: '#B2B61A'

red 178 ◦ green 182 ◦ blue 26

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

Shades of Bahia #B2B61A

Tints of Bahia #B2B61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.15%

 BLUE value IS 26 (10.55% from 255) = 6.74%

R = 46.11%
G = 47.15%
B = 6.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B2B61A (or 0xB2B61A) is known color: Bahia. HEX triplet: B2, B6 and 1A. RGB value is (178,182,26). Sum of RGB (Red+Green+Blue) = 178+182+26=386 (51% of max value = 765). Red value is 178 (69.92% from 255 or 46.11% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B61A is #4D49E5. Grayscale: #A3A3A3. Windows color (decimal): -5065190 or 1750706. OLE color: 1750706.

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

Color convert

RGB 178 182 26 -
CMYK 0.02 0 0.86 0.29
HSL 61.54º 0.75% 0.41% -
HSV(B) 61.54º 0.86% 0.71% -
XYZ 35.27 43 7.42 -
YUV 163.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 178 182 26 0.02 0 0.86 0.29 61.54 0.75 0.41
Hex B2 B6 1A 2 0 56 1D 3E 4B 29
Octal 262 266 32 2 0 126 35 76 113 51
Binary 10110010 10110110 11010 10 0 1010110 11101 111110 1001011 101001

Color Harmonies of #B2B61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B61A

Black with #B2B61A

Text Example


Text Example

White with #B2B61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B61A; }

 p { color: rgb(178,182,26); }

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

background-color css

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

 a { background-color: rgb(178,182,26); }

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

border-color css

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

 span { border-color: rgb(178,182,26); }

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