Html Css Color HEX #BBC019 Rio Grande

📋 copy color: '#BBC019'

red 187 ◦ green 192 ◦ blue 25

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

Shades of Rio Grande #BBC019

Tints of Rio Grande #BBC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

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

R = 46.29%
G = 47.52%
B = 6.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BBC019 (or 0xBBC019) is known color: Rio Grande. HEX triplet: BB, C0 and 19. RGB value is (187,192,25). Sum of RGB (Red+Green+Blue) = 187+192+25=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC019 is #443FE6. Grayscale: #ACACAC. Windows color (decimal): -4472807 or 1687739. OLE color: 1687739.

HSL color Cylindrical-coordinate representation of color #BBC019: hue angle of 61.8º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBC019 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 25 -
CMYK 0.03 0 0.87 0.25
HSL 61.8º 0.77% 0.43% -
HSV(B) 61.8º 0.87% 0.75% -
XYZ 39.52 48.33 8.17 -
YUV 171.47 45.34 139.08 -
System Red Green Blue C M Y K H S L
Decimal 187 192 25 0.03 0 0.87 0.25 61.8 0.77 0.43
Hex BB C0 19 3 0 57 19 3E 4D 2B
Octal 273 300 31 3 0 127 31 76 115 53
Binary 10111011 11000000 11001 11 0 1010111 11001 111110 1001101 101011

Color Harmonies of #BBC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC019

Black with #BBC019

Text Example


Text Example

White with #BBC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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