Html Css Color HEX #B2B91D Bahia

📋 copy color: '#B2B91D'

red 178 ◦ green 185 ◦ blue 29

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

Shades of Bahia #B2B91D

Tints of Bahia #B2B91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.19%

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

R = 45.41%
G = 47.19%
B = 7.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B2B91D (or 0xB2B91D) is known color: Bahia. HEX triplet: B2, B9 and 1D. RGB value is (178,185,29). Sum of RGB (Red+Green+Blue) = 178+185+29=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B91D is #4D46E2. Grayscale: #A5A5A5. Windows color (decimal): -5064419 or 1948082. OLE color: 1948082.

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

Color convert

RGB 178 185 29 -
CMYK 0.04 0 0.84 0.27
HSL 62.69º 0.73% 0.42% -
HSV(B) 62.69º 0.84% 0.73% -
XYZ 35.93 44.25 7.81 -
YUV 165.12 51.18 137.18 -
System Red Green Blue C M Y K H S L
Decimal 178 185 29 0.04 0 0.84 0.27 62.69 0.73 0.42
Hex B2 B9 1D 4 0 54 1B 3F 49 2A
Octal 262 271 35 4 0 124 33 77 111 52
Binary 10110010 10111001 11101 100 0 1010100 11011 111111 1001001 101010

Color Harmonies of #B2B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B91D

Black with #B2B91D

Text Example


Text Example

White with #B2B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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