Html Css Color HEX #BBD513 Rio Grande

📋 copy color: '#BBD513'

red 187 ◦ green 213 ◦ blue 19

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

Shades of Rio Grande #BBD513

Tints of Rio Grande #BBD513

RGB

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

 GREEN value IS 213 (83.59% from 255) = 50.84%

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

R = 44.63%
G = 50.84%
B = 4.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#BBD513 (or 0xBBD513) is known color: Rio Grande. HEX triplet: BB, D5 and 13. RGB value is (187,213,19). Sum of RGB (Red+Green+Blue) = 187+213+19=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD513 is #442AEC. Grayscale: #B7B7B7. Windows color (decimal): -4467437 or 1299899. OLE color: 1299899.

HSL color Cylindrical-coordinate representation of color #BBD513: hue angle of 68.04º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBD513 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 19 -
CMYK 0.12 0 0.91 0.16
HSL 68.04º 0.84% 0.45% -
HSV(B) 68.04º 0.91% 0.84% -
XYZ 44.41 58.2 9.51 -
YUV 183.11 35.39 130.77 -
System Red Green Blue C M Y K H S L
Decimal 187 213 19 0.12 0 0.91 0.16 68.04 0.84 0.45
Hex BB D5 13 C 0 5B 10 44 54 2D
Octal 273 325 23 14 0 133 20 104 124 55
Binary 10111011 11010101 10011 1100 0 1011011 10000 1000100 1010100 101101

Color Harmonies of #BBD513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD513

Black with #BBD513

Text Example


Text Example

White with #BBD513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD513; }

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

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

background-color css

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

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

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

border-color css

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

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

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