Html Css Color HEX #BBDA30 Fuego

📋 copy color: '#BBDA30'

red 187 ◦ green 218 ◦ blue 48

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

Shades of Fuego #BBDA30

Tints of Fuego #BBDA30

RGB

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

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

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

R = 41.28%
G = 48.12%
B = 10.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#BBDA30 (or 0xBBDA30) is known color: Fuego. HEX triplet: BB, DA and 30. RGB value is (187,218,48). Sum of RGB (Red+Green+Blue) = 187+218+48=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA30 is #4425CF. Grayscale: #BEBEBE. Windows color (decimal): -4466128 or 3201723. OLE color: 3201723.

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

Color convert

RGB 187 218 48 -
CMYK 0.14 0 0.78 0.15
HSL 70.94º 0.7% 0.52% -
HSV(B) 70.94º 0.78% 0.85% -
XYZ 46.1 60.92 12.13 -
YUV 189.35 48.23 126.32 -
System Red Green Blue C M Y K H S L
Decimal 187 218 48 0.14 0 0.78 0.15 70.94 0.7 0.52
Hex BB DA 30 E 0 4E F 47 46 34
Octal 273 332 60 16 0 116 17 107 106 64
Binary 10111011 11011010 110000 1110 0 1001110 1111 1000111 1000110 110100

Color Harmonies of #BBDA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDA30

Black with #BBDA30

Text Example


Text Example

White with #BBDA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDA30; }

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

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

background-color css

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

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

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

border-color css

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

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

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