Html Css Color HEX #BBBD16 La Rioja

📋 copy color: '#BBBD16'

red 187 ◦ green 189 ◦ blue 22

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

Shades of La Rioja #BBBD16

Tints of La Rioja #BBBD16

RGB

 RED value IS 187 (73.44% from 255) = 46.98%

 GREEN value IS 189 (74.22% from 255) = 47.49%

 BLUE value IS 22 (8.98% from 255) = 5.53%

R = 46.98%
G = 47.49%
B = 5.53%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BBBD16 (or 0xBBBD16) is known color: La Rioja. HEX triplet: BB, BD and 16. RGB value is (187,189,22). Sum of RGB (Red+Green+Blue) = 187+189+22=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 22 (8.98% from 255 or 5.53% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD16 is #4442E9. Grayscale: #AAAAAA. Windows color (decimal): -4473578 or 1490363. OLE color: 1490363.

HSL color Cylindrical-coordinate representation of color #BBBD16: hue angle of 60.72º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBBD16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 189 22 -
CMYK 0.01 0 0.88 0.26
HSL 60.72º 0.79% 0.41% -
HSV(B) 60.72º 0.88% 0.74% -
XYZ 38.84 47.02 7.79 -
YUV 169.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 187 189 22 0.01 0 0.88 0.26 60.72 0.79 0.41
Hex BB BD 16 1 0 58 1A 3D 4F 29
Octal 273 275 26 1 0 130 32 75 117 51
Binary 10111011 10111101 10110 1 0 1011000 11010 111101 1001111 101001

Color Harmonies of #BBBD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD16

Black with #BBBD16

Text Example


Text Example

White with #BBBD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD16; }

 p { color: rgb(187,189,22); }

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

background-color css

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

 a { background-color: rgb(187,189,22); }

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

border-color css

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

 span { border-color: rgb(187,189,22); }

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