Html Css Color HEX #BBD014 Rio Grande

📋 copy color: '#BBD014'

red 187 ◦ green 208 ◦ blue 20

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

Shades of Rio Grande #BBD014

Tints of Rio Grande #BBD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.12%

 BLUE value IS 20 (8.2% from 255) = 4.82%

R = 45.06%
G = 50.12%
B = 4.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#BBD014 (or 0xBBD014) is known color: Rio Grande. HEX triplet: BB, D0 and 14. RGB value is (187,208,20). Sum of RGB (Red+Green+Blue) = 187+208+20=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 20 (8.20% from 255 or 4.82% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD014 is #442FEB. Grayscale: #B5B5B5. Windows color (decimal): -4468716 or 1364155. OLE color: 1364155.

HSL color Cylindrical-coordinate representation of color #BBD014: hue angle of 66.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBD014 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 208 20 -
CMYK 0.10 0 0.90 0.18
HSL 66.7º 0.82% 0.45% -
HSV(B) 66.7º 0.9% 0.82% -
XYZ 43.18 55.73 9.14 -
YUV 180.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 187 208 20 0.10 0 0.90 0.18 66.7 0.82 0.45
Hex BB D0 14 A 0 5A 12 43 52 2D
Octal 273 320 24 12 0 132 22 103 122 55
Binary 10111011 11010000 10100 1010 0 1011010 10010 1000011 1010010 101101

Color Harmonies of #BBD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD014

Black with #BBD014

Text Example


Text Example

White with #BBD014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD014; }

 p { color: rgb(187,208,20); }

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

background-color css

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

 a { background-color: rgb(187,208,20); }

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

border-color css

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

 span { border-color: rgb(187,208,20); }

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