Html Css Color HEX #BBDC30 Fuego

📋 copy color: '#BBDC30'

red 187 ◦ green 220 ◦ blue 48

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

Shades of Fuego #BBDC30

Tints of Fuego #BBDC30

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

 BLUE value IS 48 (19.14% from 255) = 10.55%

R = 41.1%
G = 48.35%
B = 10.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#BBDC30 (or 0xBBDC30) is known color: Fuego. HEX triplet: BB, DC and 30. RGB value is (187,220,48). Sum of RGB (Red+Green+Blue) = 187+220+48=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC30 is #4423CF. Grayscale: #BFBFBF. Windows color (decimal): -4465616 or 3202235. OLE color: 3202235.

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

Color convert

RGB 187 220 48 -
CMYK 0.15 0 0.78 0.14
HSL 71.51º 0.71% 0.53% -
HSV(B) 71.51º 0.78% 0.86% -
XYZ 46.62 61.96 12.3 -
YUV 190.53 47.57 125.49 -
System Red Green Blue C M Y K H S L
Decimal 187 220 48 0.15 0 0.78 0.14 71.51 0.71 0.53
Hex BB DC 30 F 0 4E E 48 47 35
Octal 273 334 60 17 0 116 16 110 107 65
Binary 10111011 11011100 110000 1111 0 1001110 1110 1001000 1000111 110101

Color Harmonies of #BBDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC30

Black with #BBDC30

Text Example


Text Example

White with #BBDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC30; }

 p { color: rgb(187,220,48); }

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

background-color css

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

 a { background-color: rgb(187,220,48); }

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

border-color css

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

 span { border-color: rgb(187,220,48); }

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