Html Css Color HEX #BBC00F La Rioja

📋 copy color: '#BBC00F'

red 187 ◦ green 192 ◦ blue 15

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

Shades of La Rioja #BBC00F

Tints of La Rioja #BBC00F

RGB

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

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

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

R = 47.46%
G = 48.73%
B = 3.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BBC00F (or 0xBBC00F) is known color: La Rioja. HEX triplet: BB, C0 and 0F. RGB value is (187,192,15). Sum of RGB (Red+Green+Blue) = 187+192+15=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC00F is #443FF0. Grayscale: #ABABAB. Windows color (decimal): -4472817 or 1032379. OLE color: 1032379.

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

Color convert

RGB 187 192 15 -
CMYK 0.03 0 0.92 0.25
HSL 61.69º 0.86% 0.41% -
HSV(B) 61.69º 0.92% 0.75% -
XYZ 39.43 48.3 7.7 -
YUV 170.33 40.34 139.89 -
System Red Green Blue C M Y K H S L
Decimal 187 192 15 0.03 0 0.92 0.25 61.69 0.86 0.41
Hex BB C0 F 3 0 5C 19 3E 56 29
Octal 273 300 17 3 0 134 31 76 126 51
Binary 10111011 11000000 1111 11 0 1011100 11001 111110 1010110 101001

Color Harmonies of #BBC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC00F

Black with #BBC00F

Text Example


Text Example

White with #BBC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC00F; }

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

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

background-color css

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

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

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

border-color css

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

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

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