Html Css Color HEX #BBC201 La Rioja

📋 copy color: '#BBC201'

red 187 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #BBC201

Tints of La Rioja #BBC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

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

R = 48.95%
G = 50.79%
B = 0.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BBC201 (or 0xBBC201) is known color: La Rioja. HEX triplet: BB, C2 and 01. RGB value is (187,194,1). Sum of RGB (Red+Green+Blue) = 187+194+1=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 1 (0.78% from 255 or 0.26% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC201 is #443DFE. Grayscale: #AAAAAA. Windows color (decimal): -4472319 or 115387. OLE color: 115387.

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

Color convert

RGB 187 194 1 -
CMYK 0.04 0 0.99 0.24
HSL 62.18º 0.99% 0.38% -
HSV(B) 62.18º 0.99% 0.76% -
XYZ 39.79 49.15 7.42 -
YUV 169.91 32.68 140.19 -
System Red Green Blue C M Y K H S L
Decimal 187 194 1 0.04 0 0.99 0.24 62.18 0.99 0.38
Hex BB C2 1 4 0 63 18 3E 63 26
Octal 273 302 1 4 0 143 30 76 143 46
Binary 10111011 11000010 1 100 0 1100011 11000 111110 1100011 100110

Color Harmonies of #BBC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC201

Black with #BBC201

Text Example


Text Example

White with #BBC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC201; }

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

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

background-color css

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

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

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

border-color css

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

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

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