Html Css Color HEX #BBC619 Rio Grande

📋 copy color: '#BBC619'

red 187 ◦ green 198 ◦ blue 25

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

Shades of Rio Grande #BBC619

Tints of Rio Grande #BBC619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.29%

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

R = 45.61%
G = 48.29%
B = 6.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#BBC619 (or 0xBBC619) is known color: Rio Grande. HEX triplet: BB, C6 and 19. RGB value is (187,198,25). Sum of RGB (Red+Green+Blue) = 187+198+25=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 25 (10.16% from 255 or 6.10% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #BBC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC619 is #4439E6. Grayscale: #AFAFAF. Windows color (decimal): -4471271 or 1689275. OLE color: 1689275.

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

Color convert

RGB 187 198 25 -
CMYK 0.06 0 0.87 0.22
HSL 63.82º 0.78% 0.44% -
HSV(B) 63.82º 0.87% 0.78% -
XYZ 40.86 51.02 8.61 -
YUV 174.99 43.36 136.57 -
System Red Green Blue C M Y K H S L
Decimal 187 198 25 0.06 0 0.87 0.22 63.82 0.78 0.44
Hex BB C6 19 6 0 57 16 40 4E 2C
Octal 273 306 31 6 0 127 26 100 116 54
Binary 10111011 11000110 11001 110 0 1010111 10110 1000000 1001110 101100

Color Harmonies of #BBC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC619

Black with #BBC619

Text Example


Text Example

White with #BBC619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC619; }

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

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

background-color css

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

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

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

border-color css

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

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

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