Html Css Color HEX #B2B71A Bahia

📋 copy color: '#B2B71A'

red 178 ◦ green 183 ◦ blue 26

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

Shades of Bahia #B2B71A

Tints of Bahia #B2B71A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.29%

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

R = 45.99%
G = 47.29%
B = 6.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B2B71A (or 0xB2B71A) is known color: Bahia. HEX triplet: B2, B7 and 1A. RGB value is (178,183,26). Sum of RGB (Red+Green+Blue) = 178+183+26=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B71A is #4D48E5. Grayscale: #A4A4A4. Windows color (decimal): -5064934 or 1750962. OLE color: 1750962.

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

Color convert

RGB 178 183 26 -
CMYK 0.03 0 0.86 0.28
HSL 61.91º 0.75% 0.41% -
HSV(B) 61.91º 0.86% 0.72% -
XYZ 35.48 43.41 7.49 -
YUV 163.61 50.34 138.27 -
System Red Green Blue C M Y K H S L
Decimal 178 183 26 0.03 0 0.86 0.28 61.91 0.75 0.41
Hex B2 B7 1A 3 0 56 1C 3E 4B 29
Octal 262 267 32 3 0 126 34 76 113 51
Binary 10110010 10110111 11010 11 0 1010110 11100 111110 1001011 101001

Color Harmonies of #B2B71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B71A

Black with #B2B71A

Text Example


Text Example

White with #B2B71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B71A; }

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

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

background-color css

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

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

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

border-color css

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

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

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