Html Css Color HEX #BBDC27 Fuego

📋 copy color: '#BBDC27'

red 187 ◦ green 220 ◦ blue 39

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

Shades of Fuego #BBDC27

Tints of Fuego #BBDC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.74%

R = 41.93%
G = 49.33%
B = 8.74%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#BBDC27 (or 0xBBDC27) is known color: Fuego. HEX triplet: BB, DC and 27. RGB value is (187,220,39). Sum of RGB (Red+Green+Blue) = 187+220+39=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC27 is #4423D8. Grayscale: #BEBEBE. Windows color (decimal): -4465625 or 2612411. OLE color: 2612411.

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

Color convert

RGB 187 220 39 -
CMYK 0.15 0 0.82 0.14
HSL 70.94º 0.72% 0.51% -
HSV(B) 70.94º 0.82% 0.86% -
XYZ 46.45 61.9 11.42 -
YUV 189.5 43.07 126.22 -
System Red Green Blue C M Y K H S L
Decimal 187 220 39 0.15 0 0.82 0.14 70.94 0.72 0.51
Hex BB DC 27 F 0 52 E 47 48 33
Octal 273 334 47 17 0 122 16 107 110 63
Binary 10111011 11011100 100111 1111 0 1010010 1110 1000111 1001000 110011

Color Harmonies of #BBDC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC27

Black with #BBDC27

Text Example


Text Example

White with #BBDC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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