Html Css Color HEX #BBC913 Rio Grande

📋 copy color: '#BBC913'

red 187 ◦ green 201 ◦ blue 19

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

Shades of Rio Grande #BBC913

Tints of Rio Grande #BBC913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 45.95%
G = 49.39%
B = 4.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#BBC913 (or 0xBBC913) is known color: Rio Grande. HEX triplet: BB, C9 and 13. RGB value is (187,201,19). Sum of RGB (Red+Green+Blue) = 187+201+19=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 201 (78.91% from 255 or 49.39% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC913 is #4436EC. Grayscale: #B0B0B0. Windows color (decimal): -4470509 or 1296827. OLE color: 1296827.

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

Color convert

RGB 187 201 19 -
CMYK 0.07 0 0.91 0.21
HSL 64.62º 0.83% 0.43% -
HSV(B) 64.62º 0.91% 0.79% -
XYZ 41.5 52.39 8.54 -
YUV 176.07 39.36 135.8 -
System Red Green Blue C M Y K H S L
Decimal 187 201 19 0.07 0 0.91 0.21 64.62 0.83 0.43
Hex BB C9 13 7 0 5B 15 41 53 2B
Octal 273 311 23 7 0 133 25 101 123 53
Binary 10111011 11001001 10011 111 0 1011011 10101 1000001 1010011 101011

Color Harmonies of #BBC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC913

Black with #BBC913

Text Example


Text Example

White with #BBC913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC913; }

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

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

background-color css

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

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

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

border-color css

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

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

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