Html Css Color HEX #BBD428 Fuego

📋 copy color: '#BBD428'

red 187 ◦ green 212 ◦ blue 40

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

Shades of Fuego #BBD428

Tints of Fuego #BBD428

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.29%

 BLUE value IS 40 (16.02% from 255) = 9.11%

R = 42.6%
G = 48.29%
B = 9.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#BBD428 (or 0xBBD428) is known color: Fuego. HEX triplet: BB, D4 and 28. RGB value is (187,212,40). Sum of RGB (Red+Green+Blue) = 187+212+40=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD428 is #442BD7. Grayscale: #B9B9B9. Windows color (decimal): -4467672 or 2675899. OLE color: 2675899.

HSL color Cylindrical-coordinate representation of color #BBD428: hue angle of 68.72º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BBD428 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 212 40 -
CMYK 0.12 0 0.81 0.17
HSL 68.72º 0.68% 0.49% -
HSV(B) 68.72º 0.81% 0.83% -
XYZ 44.42 57.8 10.82 -
YUV 184.92 46.22 129.49 -
System Red Green Blue C M Y K H S L
Decimal 187 212 40 0.12 0 0.81 0.17 68.72 0.68 0.49
Hex BB D4 28 C 0 51 11 45 44 31
Octal 273 324 50 14 0 121 21 105 104 61
Binary 10111011 11010100 101000 1100 0 1010001 10001 1000101 1000100 110001

Color Harmonies of #BBD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD428

Black with #BBD428

Text Example


Text Example

White with #BBD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD428; }

 p { color: rgb(187,212,40); }

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

background-color css

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

 a { background-color: rgb(187,212,40); }

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

border-color css

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

 span { border-color: rgb(187,212,40); }

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