Html Css Color HEX #BBD50B Rio Grande

📋 copy color: '#BBD50B'

red 187 ◦ green 213 ◦ blue 11

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

Shades of Rio Grande #BBD50B

Tints of Rio Grande #BBD50B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.82%

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 45.5%
G = 51.82%
B = 2.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#BBD50B (or 0xBBD50B) is known color: Rio Grande. HEX triplet: BB, D5 and 0B. RGB value is (187,213,11). Sum of RGB (Red+Green+Blue) = 187+213+11=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD50B is #442AF4. Grayscale: #B6B6B6. Windows color (decimal): -4467445 or 775611. OLE color: 775611.

HSL color Cylindrical-coordinate representation of color #BBD50B: hue angle of 67.72º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBD50B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 11 -
CMYK 0.12 0 0.95 0.16
HSL 67.72º 0.9% 0.44% -
HSV(B) 67.72º 0.95% 0.84% -
XYZ 44.35 58.18 9.21 -
YUV 182.2 31.39 131.43 -
System Red Green Blue C M Y K H S L
Decimal 187 213 11 0.12 0 0.95 0.16 67.72 0.9 0.44
Hex BB D5 B C 0 5F 10 44 5A 2C
Octal 273 325 13 14 0 137 20 104 132 54
Binary 10111011 11010101 1011 1100 0 1011111 10000 1000100 1011010 101100

Color Harmonies of #BBD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD50B

Black with #BBD50B

Text Example


Text Example

White with #BBD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD50B; }

 p { color: rgb(187,213,11); }

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

background-color css

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

 a { background-color: rgb(187,213,11); }

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

border-color css

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

 span { border-color: rgb(187,213,11); }

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