Html Css Color HEX #BBC60A La Rioja

📋 copy color: '#BBC60A'

red 187 ◦ green 198 ◦ blue 10

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

Shades of La Rioja #BBC60A

Tints of La Rioja #BBC60A

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.13%

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 47.34%
G = 50.13%
B = 2.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#BBC60A (or 0xBBC60A) is known color: La Rioja. HEX triplet: BB, C6 and 0A. RGB value is (187,198,10). Sum of RGB (Red+Green+Blue) = 187+198+10=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC60A is #4439F5. Grayscale: #AEAEAE. Windows color (decimal): -4471286 or 706235. OLE color: 706235.

HSL color Cylindrical-coordinate representation of color #BBC60A: hue angle of 63.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBC60A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 198 10 -
CMYK 0.06 0 0.95 0.22
HSL 63.51º 0.9% 0.41% -
HSV(B) 63.51º 0.95% 0.78% -
XYZ 40.74 50.97 7.98 -
YUV 173.28 35.86 137.79 -
System Red Green Blue C M Y K H S L
Decimal 187 198 10 0.06 0 0.95 0.22 63.51 0.9 0.41
Hex BB C6 A 6 0 5F 16 40 5A 29
Octal 273 306 12 6 0 137 26 100 132 51
Binary 10111011 11000110 1010 110 0 1011111 10110 1000000 1011010 101001

Color Harmonies of #BBC60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC60A

Black with #BBC60A

Text Example


Text Example

White with #BBC60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC60A; }

 p { color: rgb(187,198,10); }

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

background-color css

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

 a { background-color: rgb(187,198,10); }

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

border-color css

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

 span { border-color: rgb(187,198,10); }

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