Html Css Color HEX #BBC012 La Rioja

📋 copy color: '#BBC012'

red 187 ◦ green 192 ◦ blue 18

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

Shades of La Rioja #BBC012

Tints of La Rioja #BBC012

RGB

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

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

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

R = 47.1%
G = 48.36%
B = 4.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BBC012 (or 0xBBC012) is known color: La Rioja. HEX triplet: BB, C0 and 12. RGB value is (187,192,18). Sum of RGB (Red+Green+Blue) = 187+192+18=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC012 is #443FED. Grayscale: #ABABAB. Windows color (decimal): -4472814 or 1228987. OLE color: 1228987.

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

Color convert

RGB 187 192 18 -
CMYK 0.03 0 0.91 0.25
HSL 61.72º 0.83% 0.41% -
HSV(B) 61.72º 0.91% 0.75% -
XYZ 39.45 48.31 7.82 -
YUV 170.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 187 192 18 0.03 0 0.91 0.25 61.72 0.83 0.41
Hex BB C0 12 3 0 5B 19 3E 53 29
Octal 273 300 22 3 0 133 31 76 123 51
Binary 10111011 11000000 10010 11 0 1011011 11001 111110 1010011 101001

Color Harmonies of #BBC012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC012

Black with #BBC012

Text Example


Text Example

White with #BBC012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC012; }

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

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

background-color css

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

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

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

border-color css

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

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

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