Html Css Color HEX #BBC10F La Rioja

📋 copy color: '#BBC10F'

red 187 ◦ green 193 ◦ blue 15

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

Shades of La Rioja #BBC10F

Tints of La Rioja #BBC10F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.86%

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

R = 47.34%
G = 48.86%
B = 3.8%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BBC10F (or 0xBBC10F) is known color: La Rioja. HEX triplet: BB, C1 and 0F. RGB value is (187,193,15). Sum of RGB (Red+Green+Blue) = 187+193+15=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 15 (6.25% from 255 or 3.80% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC10F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC10F is #443EF0. Grayscale: #ABABAB. Windows color (decimal): -4472561 or 1032635. OLE color: 1032635.

HSL color Cylindrical-coordinate representation of color #BBC10F: hue angle of 62.02º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBC10F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 15 -
CMYK 0.03 0 0.92 0.24
HSL 62.02º 0.86% 0.41% -
HSV(B) 62.02º 0.92% 0.76% -
XYZ 39.65 48.74 7.77 -
YUV 170.91 40.01 139.47 -
System Red Green Blue C M Y K H S L
Decimal 187 193 15 0.03 0 0.92 0.24 62.02 0.86 0.41
Hex BB C1 F 3 0 5C 18 3E 56 29
Octal 273 301 17 3 0 134 30 76 126 51
Binary 10111011 11000001 1111 11 0 1011100 11000 111110 1010110 101001

Color Harmonies of #BBC10F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC10F

Black with #BBC10F

Text Example


Text Example

White with #BBC10F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC10F; }

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

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

background-color css

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

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

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

border-color css

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

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

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