Html Css Color HEX #BBD50D Rio Grande

📋 copy color: '#BBD50D'

red 187 ◦ green 213 ◦ blue 13

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

Shades of Rio Grande #BBD50D

Tints of Rio Grande #BBD50D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.15%

R = 45.28%
G = 51.57%
B = 3.15%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#BBD50D (or 0xBBD50D) is known color: Rio Grande. HEX triplet: BB, D5 and 0D. RGB value is (187,213,13). Sum of RGB (Red+Green+Blue) = 187+213+13=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD50D is #442AF2. Grayscale: #B7B7B7. Windows color (decimal): -4467443 or 906683. OLE color: 906683.

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

Color convert

RGB 187 213 13 -
CMYK 0.12 0 0.94 0.16
HSL 67.8º 0.88% 0.44% -
HSV(B) 67.8º 0.94% 0.84% -
XYZ 44.36 58.18 9.27 -
YUV 182.43 32.39 131.26 -
System Red Green Blue C M Y K H S L
Decimal 187 213 13 0.12 0 0.94 0.16 67.8 0.88 0.44
Hex BB D5 D C 0 5E 10 44 58 2C
Octal 273 325 15 14 0 136 20 104 130 54
Binary 10111011 11010101 1101 1100 0 1011110 10000 1000100 1011000 101100

Color Harmonies of #BBD50D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD50D

Black with #BBD50D

Text Example


Text Example

White with #BBD50D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD50D; }

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

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

background-color css

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

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

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

border-color css

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

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

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