Html Css Color HEX #BBC20F La Rioja

📋 copy color: '#BBC20F'

red 187 ◦ green 194 ◦ blue 15

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

Shades of La Rioja #BBC20F

Tints of La Rioja #BBC20F

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.99%

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

R = 47.22%
G = 48.99%
B = 3.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#BBC20F (or 0xBBC20F) is known color: La Rioja. HEX triplet: BB, C2 and 0F. RGB value is (187,194,15). Sum of RGB (Red+Green+Blue) = 187+194+15=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC20F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC20F is #443DF0. Grayscale: #ACACAC. Windows color (decimal): -4472305 or 1032891. OLE color: 1032891.

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

Color convert

RGB 187 194 15 -
CMYK 0.04 0 0.92 0.24
HSL 62.35º 0.86% 0.41% -
HSV(B) 62.35º 0.92% 0.76% -
XYZ 39.87 49.18 7.84 -
YUV 171.5 39.68 139.05 -
System Red Green Blue C M Y K H S L
Decimal 187 194 15 0.04 0 0.92 0.24 62.35 0.86 0.41
Hex BB C2 F 4 0 5C 18 3E 56 29
Octal 273 302 17 4 0 134 30 76 126 51
Binary 10111011 11000010 1111 100 0 1011100 11000 111110 1010110 101001

Color Harmonies of #BBC20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC20F

Black with #BBC20F

Text Example


Text Example

White with #BBC20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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