Html Css Color HEX #BBBD18 La Rioja

📋 copy color: '#BBBD18'

red 187 ◦ green 189 ◦ blue 24

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

Shades of La Rioja #BBBD18

Tints of La Rioja #BBBD18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6%

R = 46.75%
G = 47.25%
B = 6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BBBD18 (or 0xBBBD18) is known color: La Rioja. HEX triplet: BB, BD and 18. RGB value is (187,189,24). Sum of RGB (Red+Green+Blue) = 187+189+24=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 24 (9.77% from 255 or 6% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD18 is #4442E7. Grayscale: #AAAAAA. Windows color (decimal): -4473576 or 1621435. OLE color: 1621435.

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

Color convert

RGB 187 189 24 -
CMYK 0.01 0 0.87 0.26
HSL 60.73º 0.77% 0.42% -
HSV(B) 60.73º 0.87% 0.74% -
XYZ 38.86 47.03 7.89 -
YUV 169.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 187 189 24 0.01 0 0.87 0.26 60.73 0.77 0.42
Hex BB BD 18 1 0 57 1A 3D 4D 2A
Octal 273 275 30 1 0 127 32 75 115 52
Binary 10111011 10111101 11000 1 0 1010111 11010 111101 1001101 101010

Color Harmonies of #BBBD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBD18

Black with #BBBD18

Text Example


Text Example

White with #BBBD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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