Html Css Color HEX #B2B71F Bahia

📋 copy color: '#B2B71F'

red 178 ◦ green 183 ◦ blue 31

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

Shades of Bahia #B2B71F

Tints of Bahia #B2B71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 45.41%
G = 46.68%
B = 7.91%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B2B71F (or 0xB2B71F) is known color: Bahia. HEX triplet: B2, B7 and 1F. RGB value is (178,183,31). Sum of RGB (Red+Green+Blue) = 178+183+31=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 183 (71.88% from 255 or 46.68% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B71F is #4D48E0. Grayscale: #A4A4A4. Windows color (decimal): -5064929 or 2078642. OLE color: 2078642.

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

Color convert

RGB 178 183 31 -
CMYK 0.03 0 0.83 0.28
HSL 61.97º 0.71% 0.42% -
HSV(B) 61.97º 0.83% 0.72% -
XYZ 35.54 43.43 7.81 -
YUV 164.18 52.84 137.86 -
System Red Green Blue C M Y K H S L
Decimal 178 183 31 0.03 0 0.83 0.28 61.97 0.71 0.42
Hex B2 B7 1F 3 0 53 1C 3E 47 2A
Octal 262 267 37 3 0 123 34 76 107 52
Binary 10110010 10110111 11111 11 0 1010011 11100 111110 1000111 101010

Color Harmonies of #B2B71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B71F

Black with #B2B71F

Text Example


Text Example

White with #B2B71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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