Html Css Color HEX #BBC001 La Rioja

📋 copy color: '#BBC001'

red 187 ◦ green 192 ◦ blue 1

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

Shades of La Rioja #BBC001

Tints of La Rioja #BBC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.53%

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

R = 49.21%
G = 50.53%
B = 0.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BBC001 (or 0xBBC001) is known color: La Rioja. HEX triplet: BB, C0 and 01. RGB value is (187,192,1). Sum of RGB (Red+Green+Blue) = 187+192+1=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC001 is #443FFE. Grayscale: #A9A9A9. Windows color (decimal): -4472831 or 114875. OLE color: 114875.

HSL color Cylindrical-coordinate representation of color #BBC001: hue angle of 61.57º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBC001 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 1 -
CMYK 0.03 0 0.99 0.25
HSL 61.57º 0.99% 0.38% -
HSV(B) 61.57º 0.99% 0.75% -
XYZ 39.35 48.27 7.27 -
YUV 168.73 33.34 141.03 -
System Red Green Blue C M Y K H S L
Decimal 187 192 1 0.03 0 0.99 0.25 61.57 0.99 0.38
Hex BB C0 1 3 0 63 19 3E 63 26
Octal 273 300 1 3 0 143 31 76 143 46
Binary 10111011 11000000 1 11 0 1100011 11001 111110 1100011 100110

Color Harmonies of #BBC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC001

Black with #BBC001

Text Example


Text Example

White with #BBC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC001; }

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

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

background-color css

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

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

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

border-color css

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

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

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