Html Css Color HEX #BBC813 Rio Grande

📋 copy color: '#BBC813'

red 187 ◦ green 200 ◦ blue 19

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

Shades of Rio Grande #BBC813

Tints of Rio Grande #BBC813

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.26%

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

R = 46.06%
G = 49.26%
B = 4.68%

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

#BBC813 (or 0xBBC813) is known color: Rio Grande. HEX triplet: BB, C8 and 13. RGB value is (187,200,19). Sum of RGB (Red+Green+Blue) = 187+200+19=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 19 (7.81% from 255 or 4.68% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC813 is #4437EC. Grayscale: #B0B0B0. Windows color (decimal): -4470765 or 1296571. OLE color: 1296571.

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

Color convert

RGB 187 200 19 -
CMYK 0.06 0 0.90 0.22
HSL 64.31º 0.83% 0.43% -
HSV(B) 64.31º 0.91% 0.78% -
XYZ 41.27 51.92 8.46 -
YUV 175.48 39.69 136.22 -
System Red Green Blue C M Y K H S L
Decimal 187 200 19 0.06 0 0.90 0.22 64.31 0.83 0.43
Hex BB C8 13 6 0 5A 16 40 53 2B
Octal 273 310 23 6 0 132 26 100 123 53
Binary 10111011 11001000 10011 110 0 1011010 10110 1000000 1010011 101011

Color Harmonies of #BBC813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC813

Black with #BBC813

Text Example


Text Example

White with #BBC813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC813; }

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

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

background-color css

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

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

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

border-color css

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

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

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