Html Css Color HEX #BBD425 Fuego

📋 copy color: '#BBD425'

red 187 ◦ green 212 ◦ blue 37

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

Shades of Fuego #BBD425

Tints of Fuego #BBD425

RGB

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

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

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

R = 42.89%
G = 48.62%
B = 8.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#BBD425 (or 0xBBD425) is known color: Fuego. HEX triplet: BB, D4 and 25. RGB value is (187,212,37). Sum of RGB (Red+Green+Blue) = 187+212+37=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD425 is #442BDA. Grayscale: #B9B9B9. Windows color (decimal): -4467675 or 2479291. OLE color: 2479291.

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

Color convert

RGB 187 212 37 -
CMYK 0.12 0 0.83 0.17
HSL 68.57º 0.7% 0.49% -
HSV(B) 68.57º 0.83% 0.83% -
XYZ 44.37 57.79 10.57 -
YUV 184.58 44.72 129.73 -
System Red Green Blue C M Y K H S L
Decimal 187 212 37 0.12 0 0.83 0.17 68.57 0.7 0.49
Hex BB D4 25 C 0 53 11 45 46 31
Octal 273 324 45 14 0 123 21 105 106 61
Binary 10111011 11010100 100101 1100 0 1010011 10001 1000101 1000110 110001

Color Harmonies of #BBD425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD425

Black with #BBD425

Text Example


Text Example

White with #BBD425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD425; }

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

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

background-color css

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

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

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

border-color css

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

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

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