Html Css Color HEX #BDD634 Fuego

📋 copy color: '#BDD634'

red 189 ◦ green 214 ◦ blue 52

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

Shades of Fuego #BDD634

Tints of Fuego #BDD634

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

 BLUE value IS 52 (20.7% from 255) = 11.43%

R = 41.54%
G = 47.03%
B = 11.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#BDD634 (or 0xBDD634) is known color: Fuego. HEX triplet: BD, D6 and 34. RGB value is (189,214,52). Sum of RGB (Red+Green+Blue) = 189+214+52=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD634 is #4229CB. Grayscale: #BCBCBC. Windows color (decimal): -4336076 or 3462845. OLE color: 3462845.

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

Color convert

RGB 189 214 52 -
CMYK 0.12 0 0.76 0.16
HSL 69.26º 0.66% 0.52% -
HSV(B) 69.26º 0.76% 0.84% -
XYZ 45.65 59.16 12.26 -
YUV 188.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 189 214 52 0.12 0 0.76 0.16 69.26 0.66 0.52
Hex BD D6 34 C 0 4C 10 45 42 34
Octal 275 326 64 14 0 114 20 105 102 64
Binary 10111101 11010110 110100 1100 0 1001100 10000 1000101 1000010 110100

Color Harmonies of #BDD634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD634

Black with #BDD634

Text Example


Text Example

White with #BDD634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD634; }

 p { color: rgb(189,214,52); }

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

background-color css

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

 a { background-color: rgb(189,214,52); }

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

border-color css

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

 span { border-color: rgb(189,214,52); }

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