Html Css Color HEX #BDC335 Fuego

📋 copy color: '#BDC335'

red 189 ◦ green 195 ◦ blue 53

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

Shades of Fuego #BDC335

Tints of Fuego #BDC335

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.62%

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

R = 43.25%
G = 44.62%
B = 12.13%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#BDC335 (or 0xBDC335) is known color: Fuego. HEX triplet: BD, C3 and 35. RGB value is (189,195,53). Sum of RGB (Red+Green+Blue) = 189+195+53=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDC335 is #423CCA. Grayscale: #B1B1B1. Windows color (decimal): -4340939 or 3523517. OLE color: 3523517.

HSL color Cylindrical-coordinate representation of color #BDC335: hue angle of 62.54º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDC335 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 189 195 53 -
CMYK 0.03 0 0.73 0.24
HSL 62.54º 0.57% 0.49% -
HSV(B) 62.54º 0.73% 0.76% -
XYZ 41.14 50.11 10.87 -
YUV 177.02 58.01 136.55 -
System Red Green Blue C M Y K H S L
Decimal 189 195 53 0.03 0 0.73 0.24 62.54 0.57 0.49
Hex BD C3 35 3 0 49 18 3F 39 31
Octal 275 303 65 3 0 111 30 77 71 61
Binary 10111101 11000011 110101 11 0 1001001 11000 111111 111001 110001

Color Harmonies of #BDC335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC335

Black with #BDC335

Text Example


Text Example

White with #BDC335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC335; }

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

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

background-color css

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

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

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

border-color css

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

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

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