Html Css Color HEX #BBC519 Rio Grande

📋 copy color: '#BBC519'

red 187 ◦ green 197 ◦ blue 25

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

Shades of Rio Grande #BBC519

Tints of Rio Grande #BBC519

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.17%

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 45.72%
G = 48.17%
B = 6.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#BBC519 (or 0xBBC519) is known color: Rio Grande. HEX triplet: BB, C5 and 19. RGB value is (187,197,25). Sum of RGB (Red+Green+Blue) = 187+197+25=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #BBC519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC519 is #443AE6. Grayscale: #AFAFAF. Windows color (decimal): -4471527 or 1689019. OLE color: 1689019.

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

Color convert

RGB 187 197 25 -
CMYK 0.05 0 0.87 0.23
HSL 63.49º 0.77% 0.44% -
HSV(B) 63.49º 0.87% 0.77% -
XYZ 40.64 50.57 8.54 -
YUV 174.4 43.69 136.99 -
System Red Green Blue C M Y K H S L
Decimal 187 197 25 0.05 0 0.87 0.23 63.49 0.77 0.44
Hex BB C5 19 5 0 57 17 3F 4D 2C
Octal 273 305 31 5 0 127 27 77 115 54
Binary 10111011 11000101 11001 101 0 1010111 10111 111111 1001101 101100

Color Harmonies of #BBC519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC519

Black with #BBC519

Text Example


Text Example

White with #BBC519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC519; }

 p { color: rgb(187,197,25); }

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

background-color css

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

 a { background-color: rgb(187,197,25); }

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

border-color css

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

 span { border-color: rgb(187,197,25); }

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