Html Css Color HEX #BBC301 La Rioja

📋 copy color: '#BBC301'

red 187 ◦ green 195 ◦ blue 1

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

Shades of La Rioja #BBC301

Tints of La Rioja #BBC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.91%

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

R = 48.83%
G = 50.91%
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

#BBC301 (or 0xBBC301) is known color: La Rioja. HEX triplet: BB, C3 and 01. RGB value is (187,195,1). Sum of RGB (Red+Green+Blue) = 187+195+1=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 1 (0.78% from 255 or 0.26% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC301 is #443CFE. Grayscale: #ABABAB. Windows color (decimal): -4472063 or 115643. OLE color: 115643.

HSL color Cylindrical-coordinate representation of color #BBC301: hue angle of 62.47º 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 #BBC301 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 195 1 -
CMYK 0.04 0 0.99 0.24
HSL 62.47º 0.99% 0.38% -
HSV(B) 62.47º 0.99% 0.76% -
XYZ 40.01 49.6 7.49 -
YUV 170.49 32.35 139.77 -
System Red Green Blue C M Y K H S L
Decimal 187 195 1 0.04 0 0.99 0.24 62.47 0.99 0.38
Hex BB C3 1 4 0 63 18 3E 63 26
Octal 273 303 1 4 0 143 30 76 143 46
Binary 10111011 11000011 1 100 0 1100011 11000 111110 1100011 100110

Color Harmonies of #BBC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC301

Black with #BBC301

Text Example


Text Example

White with #BBC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC301; }

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

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

background-color css

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

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

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

border-color css

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

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

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