Html Css Color HEX #B2B61D Bahia

📋 copy color: '#B2B61D'

red 178 ◦ green 182 ◦ blue 29

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

Shades of Bahia #B2B61D

Tints of Bahia #B2B61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.46%

R = 45.76%
G = 46.79%
B = 7.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B2B61D (or 0xB2B61D) is known color: Bahia. HEX triplet: B2, B6 and 1D. RGB value is (178,182,29). Sum of RGB (Red+Green+Blue) = 178+182+29=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B61D is #4D49E2. Grayscale: #A3A3A3. Windows color (decimal): -5065187 or 1947314. OLE color: 1947314.

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

Color convert

RGB 178 182 29 -
CMYK 0.02 0 0.84 0.29
HSL 61.57º 0.73% 0.41% -
HSV(B) 61.57º 0.84% 0.71% -
XYZ 35.31 43.01 7.6 -
YUV 163.36 52.17 138.44 -
System Red Green Blue C M Y K H S L
Decimal 178 182 29 0.02 0 0.84 0.29 61.57 0.73 0.41
Hex B2 B6 1D 2 0 54 1D 3E 49 29
Octal 262 266 35 2 0 124 35 76 111 51
Binary 10110010 10110110 11101 10 0 1010100 11101 111110 1001001 101001

Color Harmonies of #B2B61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B61D

Black with #B2B61D

Text Example


Text Example

White with #B2B61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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