Html Css Color HEX #B2B30B La Rioja

📋 copy color: '#B2B30B'

red 178 ◦ green 179 ◦ blue 11

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

Shades of La Rioja #B2B30B

Tints of La Rioja #B2B30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.99%

R = 48.37%
G = 48.64%
B = 2.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2B30B (or 0xB2B30B) is known color: La Rioja. HEX triplet: B2, B3 and 0B. RGB value is (178,179,11). Sum of RGB (Red+Green+Blue) = 178+179+11=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 11 (4.69% from 255 or 2.99% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B30B is #4D4CF4. Grayscale: #A0A0A0. Windows color (decimal): -5065973 or 766898. OLE color: 766898.

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

Color convert

RGB 178 179 11 -
CMYK 0.01 0 0.94 0.30
HSL 60.36º 0.88% 0.37% -
HSV(B) 60.36º 0.94% 0.7% -
XYZ 34.54 41.73 6.55 -
YUV 159.55 44.17 141.16 -
System Red Green Blue C M Y K H S L
Decimal 178 179 11 0.01 0 0.94 0.30 60.36 0.88 0.37
Hex B2 B3 B 1 0 5E 1E 3C 58 25
Octal 262 263 13 1 0 136 36 74 130 45
Binary 10110010 10110011 1011 1 0 1011110 11110 111100 1011000 100101

Color Harmonies of #B2B30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B30B

Black with #B2B30B

Text Example


Text Example

White with #B2B30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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