Html Css Color HEX #BDD535 Fuego

📋 copy color: '#BDD535'

red 189 ◦ green 213 ◦ blue 53

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

Shades of Fuego #BDD535

Tints of Fuego #BDD535

RGB

 RED value IS 189 (74.22% from 255) = 41.54%

 GREEN value IS 213 (83.59% from 255) = 46.81%

 BLUE value IS 53 (21.09% from 255) = 11.65%

R = 41.54%
G = 46.81%
B = 11.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#BDD535 (or 0xBDD535) is known color: Fuego. HEX triplet: BD, D5 and 35. RGB value is (189,213,53). Sum of RGB (Red+Green+Blue) = 189+213+53=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD535 is #422ACA. Grayscale: #BCBCBC. Windows color (decimal): -4336331 or 3528125. OLE color: 3528125.

HSL color Cylindrical-coordinate representation of color #BDD535: hue angle of 69º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BDD535 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 213 53 -
CMYK 0.11 0 0.75 0.16
HSL 69º 0.66% 0.52% -
HSV(B) 69º 0.75% 0.84% -
XYZ 45.42 58.66 12.3 -
YUV 187.58 52.05 129.01 -
System Red Green Blue C M Y K H S L
Decimal 189 213 53 0.11 0 0.75 0.16 69 0.66 0.52
Hex BD D5 35 B 0 4B 10 45 42 34
Octal 275 325 65 13 0 113 20 105 102 64
Binary 10111101 11010101 110101 1011 0 1001011 10000 1000101 1000010 110100

Color Harmonies of #BDD535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD535

Black with #BDD535

Text Example


Text Example

White with #BDD535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD535; }

 p { color: rgb(189,213,53); }

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

background-color css

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

 a { background-color: rgb(189,213,53); }

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

border-color css

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

 span { border-color: rgb(189,213,53); }

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