Html Css Color HEX #BBDA1F Fuego

📋 copy color: '#BBDA1F'

red 187 ◦ green 218 ◦ blue 31

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

Shades of Fuego #BBDA1F

Tints of Fuego #BBDA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.11%

R = 42.89%
G = 50%
B = 7.11%

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

#BBDA1F (or 0xBBDA1F) is known color: Fuego. HEX triplet: BB, DA and 1F. RGB value is (187,218,31). Sum of RGB (Red+Green+Blue) = 187+218+31=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 218 (85.55% from 255 or 50% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA1F is #4425E0. Grayscale: #BCBCBC. Windows color (decimal): -4466145 or 2087611. OLE color: 2087611.

HSL color Cylindrical-coordinate representation of color #BBDA1F: hue angle of 69.95º degrees, saturation: 0.75, 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 #BBDA1F is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 218 31 -
CMYK 0.14 0 0.86 0.15
HSL 69.95º 0.75% 0.49% -
HSV(B) 69.95º 0.86% 0.85% -
XYZ 45.81 60.81 10.62 -
YUV 187.41 39.73 127.71 -
System Red Green Blue C M Y K H S L
Decimal 187 218 31 0.14 0 0.86 0.15 69.95 0.75 0.49
Hex BB DA 1F E 0 56 F 46 4B 31
Octal 273 332 37 16 0 126 17 106 113 61
Binary 10111011 11011010 11111 1110 0 1010110 1111 1000110 1001011 110001

Color Harmonies of #BBDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA1F

Black with #BBDA1F

Text Example


Text Example

White with #BBDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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