Html Css Color HEX #BBC60F La Rioja

📋 copy color: '#BBC60F'

red 187 ◦ green 198 ◦ blue 15

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

Shades of La Rioja #BBC60F

Tints of La Rioja #BBC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.5%

 BLUE value IS 15 (6.25% from 255) = 3.75%

R = 46.75%
G = 49.5%
B = 3.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#BBC60F (or 0xBBC60F) is known color: La Rioja. HEX triplet: BB, C6 and 0F. RGB value is (187,198,15). Sum of RGB (Red+Green+Blue) = 187+198+15=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC60F is #4439F0. Grayscale: #AEAEAE. Windows color (decimal): -4471281 or 1033915. OLE color: 1033915.

HSL color Cylindrical-coordinate representation of color #BBC60F: hue angle of 63.61º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC60F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 15 -
CMYK 0.06 0 0.92 0.22
HSL 63.61º 0.86% 0.42% -
HSV(B) 63.61º 0.92% 0.78% -
XYZ 40.77 50.99 8.14 -
YUV 173.85 38.36 137.38 -
System Red Green Blue C M Y K H S L
Decimal 187 198 15 0.06 0 0.92 0.22 63.61 0.86 0.42
Hex BB C6 F 6 0 5C 16 40 56 2A
Octal 273 306 17 6 0 134 26 100 126 52
Binary 10111011 11000110 1111 110 0 1011100 10110 1000000 1010110 101010

Color Harmonies of #BBC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC60F

Black with #BBC60F

Text Example


Text Example

White with #BBC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC60F; }

 p { color: rgb(187,198,15); }

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

background-color css

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

 a { background-color: rgb(187,198,15); }

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

border-color css

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

 span { border-color: rgb(187,198,15); }

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