Html Css Color HEX #BBDA1E Fuego

📋 copy color: '#BBDA1E'

red 187 ◦ green 218 ◦ blue 30

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

Shades of Fuego #BBDA1E

Tints of Fuego #BBDA1E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.11%

 BLUE value IS 30 (12.11% from 255) = 6.9%

R = 42.99%
G = 50.11%
B = 6.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#BBDA1E (or 0xBBDA1E) is known color: Fuego. HEX triplet: BB, DA and 1E. RGB value is (187,218,30). Sum of RGB (Red+Green+Blue) = 187+218+30=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA1E is #4425E1. Grayscale: #BCBCBC. Windows color (decimal): -4466146 or 2022075. OLE color: 2022075.

HSL color Cylindrical-coordinate representation of color #BBDA1E: hue angle of 69.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBDA1E is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 30 -
CMYK 0.14 0 0.86 0.15
HSL 69.89º 0.76% 0.49% -
HSV(B) 69.89º 0.86% 0.85% -
XYZ 45.8 60.8 10.55 -
YUV 187.3 39.23 127.79 -
System Red Green Blue C M Y K H S L
Decimal 187 218 30 0.14 0 0.86 0.15 69.89 0.76 0.49
Hex BB DA 1E E 0 56 F 46 4C 31
Octal 273 332 36 16 0 126 17 106 114 61
Binary 10111011 11011010 11110 1110 0 1010110 1111 1000110 1001100 110001

Color Harmonies of #BBDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA1E

Black with #BBDA1E

Text Example


Text Example

White with #BBDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA1E; }

 p { color: rgb(187,218,30); }

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

background-color css

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

 a { background-color: rgb(187,218,30); }

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

border-color css

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

 span { border-color: rgb(187,218,30); }

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