Html Css Color HEX #BBC70F La Rioja

📋 copy color: '#BBC70F'

red 187 ◦ green 199 ◦ blue 15

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

Shades of La Rioja #BBC70F

Tints of La Rioja #BBC70F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 49.63%

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

R = 46.63%
G = 49.63%
B = 3.74%

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

#BBC70F (or 0xBBC70F) is known color: La Rioja. HEX triplet: BB, C7 and 0F. RGB value is (187,199,15). Sum of RGB (Red+Green+Blue) = 187+199+15=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC70F is #4438F0. Grayscale: #AFAFAF. Windows color (decimal): -4471025 or 1034171. OLE color: 1034171.

HSL color Cylindrical-coordinate representation of color #BBC70F: hue angle of 63.91º 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 #BBC70F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 15 -
CMYK 0.06 0 0.92 0.22
HSL 63.91º 0.86% 0.42% -
HSV(B) 63.91º 0.92% 0.78% -
XYZ 41 51.45 8.22 -
YUV 174.44 38.02 136.96 -
System Red Green Blue C M Y K H S L
Decimal 187 199 15 0.06 0 0.92 0.22 63.91 0.86 0.42
Hex BB C7 F 6 0 5C 16 40 56 2A
Octal 273 307 17 6 0 134 26 100 126 52
Binary 10111011 11000111 1111 110 0 1011100 10110 1000000 1010110 101010

Color Harmonies of #BBC70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC70F

Black with #BBC70F

Text Example


Text Example

White with #BBC70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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