Html Css Color HEX #B2B71B Bahia

📋 copy color: '#B2B71B'

red 178 ◦ green 183 ◦ blue 27

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

Shades of Bahia #B2B71B

Tints of Bahia #B2B71B

RGB

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

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

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

R = 45.88%
G = 47.16%
B = 6.96%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B2B71B (or 0xB2B71B) is known color: Bahia. HEX triplet: B2, B7 and 1B. RGB value is (178,183,27). Sum of RGB (Red+Green+Blue) = 178+183+27=388 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.88% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B71B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B71B is #4D48E4. Grayscale: #A4A4A4. Windows color (decimal): -5064933 or 1816498. OLE color: 1816498.

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

Color convert

RGB 178 183 27 -
CMYK 0.03 0 0.85 0.28
HSL 61.92º 0.74% 0.41% -
HSV(B) 61.92º 0.85% 0.72% -
XYZ 35.49 43.41 7.55 -
YUV 163.72 50.84 138.18 -
System Red Green Blue C M Y K H S L
Decimal 178 183 27 0.03 0 0.85 0.28 61.92 0.74 0.41
Hex B2 B7 1B 3 0 55 1C 3E 4A 29
Octal 262 267 33 3 0 125 34 76 112 51
Binary 10110010 10110111 11011 11 0 1010101 11100 111110 1001010 101001

Color Harmonies of #B2B71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B71B

Black with #B2B71B

Text Example


Text Example

White with #B2B71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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