Html Css Color HEX #B2B71E Bahia

📋 copy color: '#B2B71E'

red 178 ◦ green 183 ◦ blue 30

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

Shades of Bahia #B2B71E

Tints of Bahia #B2B71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.67%

R = 45.52%
G = 46.8%
B = 7.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B2B71E (or 0xB2B71E) is known color: Bahia. HEX triplet: B2, B7 and 1E. RGB value is (178,183,30). Sum of RGB (Red+Green+Blue) = 178+183+30=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 30 (12.11% from 255 or 7.67% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B71E is #4D48E1. Grayscale: #A4A4A4. Windows color (decimal): -5064930 or 2013106. OLE color: 2013106.

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

Color convert

RGB 178 183 30 -
CMYK 0.03 0 0.84 0.28
HSL 61.96º 0.72% 0.42% -
HSV(B) 61.96º 0.84% 0.72% -
XYZ 35.53 43.43 7.74 -
YUV 164.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 178 183 30 0.03 0 0.84 0.28 61.96 0.72 0.42
Hex B2 B7 1E 3 0 54 1C 3E 48 2A
Octal 262 267 36 3 0 124 34 76 110 52
Binary 10110010 10110111 11110 11 0 1010100 11100 111110 1001000 101010

Color Harmonies of #B2B71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B71E

Black with #B2B71E

Text Example


Text Example

White with #B2B71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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