Html Css Color HEX #BBC801 La Rioja

📋 copy color: '#BBC801'

red 187 ◦ green 200 ◦ blue 1

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

Shades of La Rioja #BBC801

Tints of La Rioja #BBC801

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.55%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 48.2%
G = 51.55%
B = 0.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1.00

 K value IS 0.22

RGB Variations

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

Color information

#BBC801 (or 0xBBC801) is known color: La Rioja. HEX triplet: BB, C8 and 01. RGB value is (187,200,1). Sum of RGB (Red+Green+Blue) = 187+200+1=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC801 is #4437FE. Grayscale: #AEAEAE. Windows color (decimal): -4470783 or 116923. OLE color: 116923.

HSL color Cylindrical-coordinate representation of color #BBC801: hue angle of 63.92º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBC801 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 200 1 -
CMYK 0.06 0 1.00 0.22
HSL 63.92º 0.99% 0.39% -
HSV(B) 63.92º 1% 0.78% -
XYZ 41.15 51.88 7.87 -
YUV 173.43 30.69 137.68 -
System Red Green Blue C M Y K H S L
Decimal 187 200 1 0.06 0 1.00 0.22 63.92 0.99 0.39
Hex BB C8 1 6 0 64 16 40 63 27
Octal 273 310 1 6 0 144 26 100 143 47
Binary 10111011 11001000 1 110 0 1100100 10110 1000000 1100011 100111

Color Harmonies of #BBC801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC801

Black with #BBC801

Text Example


Text Example

White with #BBC801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC801; }

 p { color: rgb(187,200,1); }

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

background-color css

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

 a { background-color: rgb(187,200,1); }

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

border-color css

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

 span { border-color: rgb(187,200,1); }

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