Html Css Color HEX #BBCD30 Fuego

📋 copy color: '#BBCD30'

red 187 ◦ green 205 ◦ blue 48

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

Shades of Fuego #BBCD30

Tints of Fuego #BBCD30

RGB

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

 GREEN value IS 205 (80.47% from 255) = 46.59%

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

R = 42.5%
G = 46.59%
B = 10.91%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.20

RGB Variations

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

Color information

#BBCD30 (or 0xBBCD30) is known color: Fuego. HEX triplet: BB, CD and 30. RGB value is (187,205,48). Sum of RGB (Red+Green+Blue) = 187+205+48=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD30 is #4432CF. Grayscale: #B6B6B6. Windows color (decimal): -4469456 or 3198395. OLE color: 3198395.

HSL color Cylindrical-coordinate representation of color #BBCD30: hue angle of 66.88º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BBCD30 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 205 48 -
CMYK 0.09 0 0.77 0.20
HSL 66.88º 0.62% 0.5% -
HSV(B) 66.88º 0.77% 0.8% -
XYZ 42.86 54.44 11.05 -
YUV 181.72 52.54 131.77 -
System Red Green Blue C M Y K H S L
Decimal 187 205 48 0.09 0 0.77 0.20 66.88 0.62 0.5
Hex BB CD 30 9 0 4D 14 43 3E 32
Octal 273 315 60 11 0 115 24 103 76 62
Binary 10111011 11001101 110000 1001 0 1001101 10100 1000011 111110 110010

Color Harmonies of #BBCD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCD30

Black with #BBCD30

Text Example


Text Example

White with #BBCD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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