Html Css Color HEX #BBC713 Rio Grande

📋 copy color: '#BBC713'

red 187 ◦ green 199 ◦ blue 19

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

Shades of Rio Grande #BBC713

Tints of Rio Grande #BBC713

RGB

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

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

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

R = 46.17%
G = 49.14%
B = 4.69%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#BBC713 (or 0xBBC713) is known color: Rio Grande. HEX triplet: BB, C7 and 13. RGB value is (187,199,19). Sum of RGB (Red+Green+Blue) = 187+199+19=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 19 (7.81% from 255 or 4.69% from 405); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC713 is #4438EC. Grayscale: #AFAFAF. Windows color (decimal): -4471021 or 1296315. OLE color: 1296315.

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

Color convert

RGB 187 199 19 -
CMYK 0.06 0 0.90 0.22
HSL 64º 0.83% 0.43% -
HSV(B) 64º 0.9% 0.78% -
XYZ 41.03 51.46 8.39 -
YUV 174.89 40.02 136.64 -
System Red Green Blue C M Y K H S L
Decimal 187 199 19 0.06 0 0.90 0.22 64 0.83 0.43
Hex BB C7 13 6 0 5A 16 40 53 2B
Octal 273 307 23 6 0 132 26 100 123 53
Binary 10111011 11000111 10011 110 0 1011010 10110 1000000 1010011 101011

Color Harmonies of #BBC713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC713

Black with #BBC713

Text Example


Text Example

White with #BBC713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC713; }

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

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

background-color css

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

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

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

border-color css

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

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

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