Html Css Color HEX #BBDA25 Fuego

📋 copy color: '#BBDA25'

red 187 ◦ green 218 ◦ blue 37

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

Shades of Fuego #BBDA25

Tints of Fuego #BBDA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.37%

R = 42.31%
G = 49.32%
B = 8.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#BBDA25 (or 0xBBDA25) is known color: Fuego. HEX triplet: BB, DA and 25. RGB value is (187,218,37). Sum of RGB (Red+Green+Blue) = 187+218+37=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA25 is #4425DA. Grayscale: #BCBCBC. Windows color (decimal): -4466139 or 2480827. OLE color: 2480827.

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

Color convert

RGB 187 218 37 -
CMYK 0.14 0 0.83 0.15
HSL 70.28º 0.71% 0.5% -
HSV(B) 70.28º 0.83% 0.85% -
XYZ 45.9 60.84 11.07 -
YUV 188.1 42.73 127.22 -
System Red Green Blue C M Y K H S L
Decimal 187 218 37 0.14 0 0.83 0.15 70.28 0.71 0.5
Hex BB DA 25 E 0 53 F 46 47 32
Octal 273 332 45 16 0 123 17 106 107 62
Binary 10111011 11011010 100101 1110 0 1010011 1111 1000110 1000111 110010

Color Harmonies of #BBDA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA25

Black with #BBDA25

Text Example


Text Example

White with #BBDA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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