Html Css Color HEX #BBC014 La Rioja

📋 copy color: '#BBC014'

red 187 ◦ green 192 ◦ blue 20

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

Shades of La Rioja #BBC014

Tints of La Rioja #BBC014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.01%

R = 46.87%
G = 48.12%
B = 5.01%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BBC014 (or 0xBBC014) is known color: La Rioja. HEX triplet: BB, C0 and 14. RGB value is (187,192,20). Sum of RGB (Red+Green+Blue) = 187+192+20=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 20 (8.20% from 255 or 5.01% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC014 is #443FEB. Grayscale: #ABABAB. Windows color (decimal): -4472812 or 1360059. OLE color: 1360059.

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

Color convert

RGB 187 192 20 -
CMYK 0.03 0 0.90 0.25
HSL 61.74º 0.81% 0.42% -
HSV(B) 61.74º 0.9% 0.75% -
XYZ 39.47 48.31 7.91 -
YUV 170.9 42.84 139.49 -
System Red Green Blue C M Y K H S L
Decimal 187 192 20 0.03 0 0.90 0.25 61.74 0.81 0.42
Hex BB C0 14 3 0 5A 19 3E 51 2A
Octal 273 300 24 3 0 132 31 76 121 52
Binary 10111011 11000000 10100 11 0 1011010 11001 111110 1010001 101010

Color Harmonies of #BBC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC014

Black with #BBC014

Text Example


Text Example

White with #BBC014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC014; }

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

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

background-color css

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

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

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

border-color css

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

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

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