Html Css Color HEX #BDD023 Fuego

📋 copy color: '#BDD023'

red 189 ◦ green 208 ◦ blue 35

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

Shades of Fuego #BDD023

Tints of Fuego #BDD023

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.15%

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 43.75%
G = 48.15%
B = 8.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#BDD023 (or 0xBDD023) is known color: Fuego. HEX triplet: BD, D0 and 23. RGB value is (189,208,35). Sum of RGB (Red+Green+Blue) = 189+208+35=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD023 is #422FDC. Grayscale: #B7B7B7. Windows color (decimal): -4337629 or 2347197. OLE color: 2347197.

HSL color Cylindrical-coordinate representation of color #BDD023: hue angle of 66.59º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BDD023 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 208 35 -
CMYK 0.09 0 0.83 0.18
HSL 66.59º 0.71% 0.48% -
HSV(B) 66.59º 0.83% 0.82% -
XYZ 43.85 56.05 10.1 -
YUV 182.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 189 208 35 0.09 0 0.83 0.18 66.59 0.71 0.48
Hex BD D0 23 9 0 53 12 43 47 30
Octal 275 320 43 11 0 123 22 103 107 60
Binary 10111101 11010000 100011 1001 0 1010011 10010 1000011 1000111 110000

Color Harmonies of #BDD023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD023

Black with #BDD023

Text Example


Text Example

White with #BDD023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD023; }

 p { color: rgb(189,208,35); }

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

background-color css

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

 a { background-color: rgb(189,208,35); }

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

border-color css

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

 span { border-color: rgb(189,208,35); }

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