Html Css Color HEX #BBC901 La Rioja

📋 copy color: '#BBC901'

red 187 ◦ green 201 ◦ blue 1

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

Shades of La Rioja #BBC901

Tints of La Rioja #BBC901

RGB

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

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

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

R = 48.07%
G = 51.67%
B = 0.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1.00

 K value IS 0.21

RGB Variations

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

Color information

#BBC901 (or 0xBBC901) is known color: La Rioja. HEX triplet: BB, C9 and 01. RGB value is (187,201,1). Sum of RGB (Red+Green+Blue) = 187+201+1=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC901 is #4436FE. Grayscale: #AEAEAE. Windows color (decimal): -4470527 or 117179. OLE color: 117179.

HSL color Cylindrical-coordinate representation of color #BBC901: hue angle of 64.2º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBC901 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 1 -
CMYK 0.07 0 1.00 0.21
HSL 64.2º 0.99% 0.4% -
HSV(B) 64.2º 1% 0.79% -
XYZ 41.39 52.34 7.95 -
YUV 174.01 30.36 137.26 -
System Red Green Blue C M Y K H S L
Decimal 187 201 1 0.07 0 1.00 0.21 64.2 0.99 0.4
Hex BB C9 1 7 0 64 15 40 63 28
Octal 273 311 1 7 0 144 25 100 143 50
Binary 10111011 11001001 1 111 0 1100100 10101 1000000 1100011 101000

Color Harmonies of #BBC901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC901

Black with #BBC901

Text Example


Text Example

White with #BBC901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC901; }

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

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

background-color css

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

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

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

border-color css

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

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

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