Html Css Color HEX #BBC911 La Rioja

📋 copy color: '#BBC911'

red 187 ◦ green 201 ◦ blue 17

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

Shades of La Rioja #BBC911

Tints of La Rioja #BBC911

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.63%

 BLUE value IS 17 (7.03% from 255) = 4.2%

R = 46.17%
G = 49.63%
B = 4.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#BBC911 (or 0xBBC911) is known color: La Rioja. HEX triplet: BB, C9 and 11. RGB value is (187,201,17). Sum of RGB (Red+Green+Blue) = 187+201+17=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC911 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC911 is #4436EE. Grayscale: #B0B0B0. Windows color (decimal): -4470511 or 1165755. OLE color: 1165755.

HSL color Cylindrical-coordinate representation of color #BBC911: hue angle of 64.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC911 is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 17 -
CMYK 0.07 0 0.92 0.21
HSL 64.57º 0.84% 0.43% -
HSV(B) 64.57º 0.92% 0.79% -
XYZ 41.48 52.38 8.45 -
YUV 175.84 38.36 135.96 -
System Red Green Blue C M Y K H S L
Decimal 187 201 17 0.07 0 0.92 0.21 64.57 0.84 0.43
Hex BB C9 11 7 0 5C 15 41 54 2B
Octal 273 311 21 7 0 134 25 101 124 53
Binary 10111011 11001001 10001 111 0 1011100 10101 1000001 1010100 101011

Color Harmonies of #BBC911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC911

Black with #BBC911

Text Example


Text Example

White with #BBC911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC911; }

 p { color: rgb(187,201,17); }

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

background-color css

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

 a { background-color: rgb(187,201,17); }

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

border-color css

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

 span { border-color: rgb(187,201,17); }

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