Html Css Color HEX #BBC80D La Rioja

📋 copy color: '#BBC80D'

red 187 ◦ green 200 ◦ blue 13

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

Shades of La Rioja #BBC80D

Tints of La Rioja #BBC80D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50%

 BLUE value IS 13 (5.47% from 255) = 3.25%

R = 46.75%
G = 50%
B = 3.25%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BBC80D (or 0xBBC80D) is known color: La Rioja. HEX triplet: BB, C8 and 0D. RGB value is (187,200,13). Sum of RGB (Red+Green+Blue) = 187+200+13=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC80D is #4437F2. Grayscale: #AFAFAF. Windows color (decimal): -4470771 or 903355. OLE color: 903355.

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

Color convert

RGB 187 200 13 -
CMYK 0.06 0 0.94 0.22
HSL 64.17º 0.88% 0.42% -
HSV(B) 64.17º 0.94% 0.78% -
XYZ 41.22 51.9 8.23 -
YUV 174.8 36.69 136.71 -
System Red Green Blue C M Y K H S L
Decimal 187 200 13 0.06 0 0.94 0.22 64.17 0.88 0.42
Hex BB C8 D 6 0 5E 16 40 58 2A
Octal 273 310 15 6 0 136 26 100 130 52
Binary 10111011 11001000 1101 110 0 1011110 10110 1000000 1011000 101010

Color Harmonies of #BBC80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC80D

Black with #BBC80D

Text Example


Text Example

White with #BBC80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC80D; }

 p { color: rgb(187,200,13); }

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

background-color css

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

 a { background-color: rgb(187,200,13); }

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

border-color css

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

 span { border-color: rgb(187,200,13); }

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