Html Css Color HEX #BBD206 La Rioja

📋 copy color: '#BBD206'

red 187 ◦ green 210 ◦ blue 6

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

Shades of La Rioja #BBD206

Tints of La Rioja #BBD206

RGB

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

 GREEN value IS 210 (82.42% from 255) = 52.11%

 BLUE value IS 6 (2.73% from 255) = 1.49%

R = 46.4%
G = 52.11%
B = 1.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#BBD206 (or 0xBBD206) is known color: La Rioja. HEX triplet: BB, D2 and 06. RGB value is (187,210,6). Sum of RGB (Red+Green+Blue) = 187+210+6=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD206 is #442DF9. Grayscale: #B4B4B4. Windows color (decimal): -4468218 or 447163. OLE color: 447163.

HSL color Cylindrical-coordinate representation of color #BBD206: hue angle of 66.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBD206 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 210 6 -
CMYK 0.11 0 0.97 0.18
HSL 66.76º 0.94% 0.42% -
HSV(B) 66.76º 0.97% 0.82% -
XYZ 43.57 56.67 8.81 -
YUV 179.87 29.88 133.09 -
System Red Green Blue C M Y K H S L
Decimal 187 210 6 0.11 0 0.97 0.18 66.76 0.94 0.42
Hex BB D2 6 B 0 61 12 43 5E 2A
Octal 273 322 6 13 0 141 22 103 136 52
Binary 10111011 11010010 110 1011 0 1100001 10010 1000011 1011110 101010

Color Harmonies of #BBD206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD206

Black with #BBD206

Text Example


Text Example

White with #BBD206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD206; }

 p { color: rgb(187,210,6); }

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

background-color css

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

 a { background-color: rgb(187,210,6); }

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

border-color css

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

 span { border-color: rgb(187,210,6); }

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