Html Css Color HEX #BBC20D La Rioja

📋 copy color: '#BBC20D'

red 187 ◦ green 194 ◦ blue 13

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

Shades of La Rioja #BBC20D

Tints of La Rioja #BBC20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.24%

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

R = 47.46%
G = 49.24%
B = 3.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#BBC20D (or 0xBBC20D) is known color: La Rioja. HEX triplet: BB, C2 and 0D. RGB value is (187,194,13). Sum of RGB (Red+Green+Blue) = 187+194+13=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC20D is #443DF2. Grayscale: #ABABAB. Windows color (decimal): -4472307 or 901819. OLE color: 901819.

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

Color convert

RGB 187 194 13 -
CMYK 0.04 0 0.93 0.24
HSL 62.32º 0.87% 0.41% -
HSV(B) 62.32º 0.93% 0.76% -
XYZ 39.86 49.18 7.77 -
YUV 171.27 38.68 139.22 -
System Red Green Blue C M Y K H S L
Decimal 187 194 13 0.04 0 0.93 0.24 62.32 0.87 0.41
Hex BB C2 D 4 0 5D 18 3E 57 29
Octal 273 302 15 4 0 135 30 76 127 51
Binary 10111011 11000010 1101 100 0 1011101 11000 111110 1010111 101001

Color Harmonies of #BBC20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC20D

Black with #BBC20D

Text Example


Text Example

White with #BBC20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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