Html Css Color HEX #BBC919 Rio Grande

📋 copy color: '#BBC919'

red 187 ◦ green 201 ◦ blue 25

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

Shades of Rio Grande #BBC919

Tints of Rio Grande #BBC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.67%

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

R = 45.28%
G = 48.67%
B = 6.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#BBC919 (or 0xBBC919) is known color: Rio Grande. HEX triplet: BB, C9 and 19. RGB value is (187,201,25). Sum of RGB (Red+Green+Blue) = 187+201+25=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC919 is #4436E6. Grayscale: #B1B1B1. Windows color (decimal): -4470503 or 1690043. OLE color: 1690043.

HSL color Cylindrical-coordinate representation of color #BBC919: hue angle of 64.77º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBC919 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 25 -
CMYK 0.07 0 0.88 0.21
HSL 64.77º 0.78% 0.44% -
HSV(B) 64.77º 0.88% 0.79% -
XYZ 41.56 52.41 8.85 -
YUV 176.75 42.36 135.31 -
System Red Green Blue C M Y K H S L
Decimal 187 201 25 0.07 0 0.88 0.21 64.77 0.78 0.44
Hex BB C9 19 7 0 58 15 41 4E 2C
Octal 273 311 31 7 0 130 25 101 116 54
Binary 10111011 11001001 11001 111 0 1011000 10101 1000001 1001110 101100

Color Harmonies of #BBC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC919

Black with #BBC919

Text Example


Text Example

White with #BBC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC919; }

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

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

background-color css

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

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

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

border-color css

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

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

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