Html Css Color HEX #BBC719 Rio Grande

📋 copy color: '#BBC719'

red 187 ◦ green 199 ◦ blue 25

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

Shades of Rio Grande #BBC719

Tints of Rio Grande #BBC719

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.42%

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

R = 45.5%
G = 48.42%
B = 6.08%

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

#BBC719 (or 0xBBC719) is known color: Rio Grande. HEX triplet: BB, C7 and 19. RGB value is (187,199,25). Sum of RGB (Red+Green+Blue) = 187+199+25=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC719 is #4438E6. Grayscale: #B0B0B0. Windows color (decimal): -4471015 or 1689531. OLE color: 1689531.

HSL color Cylindrical-coordinate representation of color #BBC719: hue angle of 64.14º 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 #BBC719 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 25 -
CMYK 0.06 0 0.87 0.22
HSL 64.14º 0.78% 0.44% -
HSV(B) 64.14º 0.87% 0.78% -
XYZ 41.09 51.48 8.69 -
YUV 175.58 43.02 136.15 -
System Red Green Blue C M Y K H S L
Decimal 187 199 25 0.06 0 0.87 0.22 64.14 0.78 0.44
Hex BB C7 19 6 0 57 16 40 4E 2C
Octal 273 307 31 6 0 127 26 100 116 54
Binary 10111011 11000111 11001 110 0 1010111 10110 1000000 1001110 101100

Color Harmonies of #BBC719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC719

Black with #BBC719

Text Example


Text Example

White with #BBC719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC719; }

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

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

background-color css

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

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

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

border-color css

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

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

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