Html Css Color HEX #BBC112 La Rioja

📋 copy color: '#BBC112'

red 187 ◦ green 193 ◦ blue 18

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

Shades of La Rioja #BBC112

Tints of La Rioja #BBC112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.52%

R = 46.98%
G = 48.49%
B = 4.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BBC112 (or 0xBBC112) is known color: La Rioja. HEX triplet: BB, C1 and 12. RGB value is (187,193,18). Sum of RGB (Red+Green+Blue) = 187+193+18=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 18 (7.42% from 255 or 4.52% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC112 is #443EED. Grayscale: #ABABAB. Windows color (decimal): -4472558 or 1229243. OLE color: 1229243.

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

Color convert

RGB 187 193 18 -
CMYK 0.03 0 0.91 0.24
HSL 62.06º 0.83% 0.41% -
HSV(B) 62.06º 0.91% 0.76% -
XYZ 39.67 48.75 7.89 -
YUV 171.26 41.51 139.23 -
System Red Green Blue C M Y K H S L
Decimal 187 193 18 0.03 0 0.91 0.24 62.06 0.83 0.41
Hex BB C1 12 3 0 5B 18 3E 53 29
Octal 273 301 22 3 0 133 30 76 123 51
Binary 10111011 11000001 10010 11 0 1011011 11000 111110 1010011 101001

Color Harmonies of #BBC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC112

Black with #BBC112

Text Example


Text Example

White with #BBC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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