Html Css Color HEX #B2B309 La Rioja

📋 copy color: '#B2B309'

red 178 ◦ green 179 ◦ blue 9

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

Shades of La Rioja #B2B309

Tints of La Rioja #B2B309

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.91%

 BLUE value IS 9 (3.91% from 255) = 2.46%

R = 48.63%
G = 48.91%
B = 2.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#B2B309 (or 0xB2B309) is known color: La Rioja. HEX triplet: B2, B3 and 09. RGB value is (178,179,9). Sum of RGB (Red+Green+Blue) = 178+179+9=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 9 (3.91% from 255 or 2.46% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B309 is #4D4CF6. Grayscale: #A0A0A0. Windows color (decimal): -5065975 or 635826. OLE color: 635826.

HSL color Cylindrical-coordinate representation of color #B2B309: hue angle of 60.35º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2B309 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 9 -
CMYK 0.01 0 0.95 0.30
HSL 60.35º 0.9% 0.37% -
HSV(B) 60.35º 0.95% 0.7% -
XYZ 34.53 41.72 6.49 -
YUV 159.32 43.17 141.32 -
System Red Green Blue C M Y K H S L
Decimal 178 179 9 0.01 0 0.95 0.30 60.35 0.9 0.37
Hex B2 B3 9 1 0 5F 1E 3C 5A 25
Octal 262 263 11 1 0 137 36 74 132 45
Binary 10110010 10110011 1001 1 0 1011111 11110 111100 1011010 100101

Color Harmonies of #B2B309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B309

Black with #B2B309

Text Example


Text Example

White with #B2B309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B309; }

 p { color: rgb(178,179,9); }

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

background-color css

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

 a { background-color: rgb(178,179,9); }

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

border-color css

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

 span { border-color: rgb(178,179,9); }

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