Html Css Color HEX #BBC413 La Rioja

📋 copy color: '#BBC413'

red 187 ◦ green 196 ◦ blue 19

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

Shades of La Rioja #BBC413

Tints of La Rioja #BBC413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.76%

 BLUE value IS 19 (7.81% from 255) = 4.73%

R = 46.52%
G = 48.76%
B = 4.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#BBC413 (or 0xBBC413) is known color: La Rioja. HEX triplet: BB, C4 and 13. RGB value is (187,196,19). Sum of RGB (Red+Green+Blue) = 187+196+19=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 196 (76.95% from 255 or 48.76% from 402); Blue value is 19 (7.81% from 255 or 4.73% from 402); Max value from RGB is 196 - color contains mainly: green. Hex color #BBC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC413 is #443BEC. Grayscale: #ADADAD. Windows color (decimal): -4471789 or 1295547. OLE color: 1295547.

HSL color Cylindrical-coordinate representation of color #BBC413: hue angle of 63.05º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBC413 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 187 196 19 -
CMYK 0.05 0 0.90 0.23
HSL 63.05º 0.82% 0.42% -
HSV(B) 63.05º 0.9% 0.77% -
XYZ 40.35 50.09 8.16 -
YUV 173.13 41.02 137.89 -
System Red Green Blue C M Y K H S L
Decimal 187 196 19 0.05 0 0.90 0.23 63.05 0.82 0.42
Hex BB C4 13 5 0 5A 17 3F 52 2A
Octal 273 304 23 5 0 132 27 77 122 52
Binary 10111011 11000100 10011 101 0 1011010 10111 111111 1010010 101010

Color Harmonies of #BBC413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC413

Black with #BBC413

Text Example


Text Example

White with #BBC413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC413; }

 p { color: rgb(187,196,19); }

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

background-color css

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

 a { background-color: rgb(187,196,19); }

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

border-color css

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

 span { border-color: rgb(187,196,19); }

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