Html Css Color HEX #BED618 Rio Grande

📋 copy color: '#BED618'

red 190 ◦ green 214 ◦ blue 24

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

Shades of Rio Grande #BED618

Tints of Rio Grande #BED618

RGB

 RED value IS 190 (74.61% from 255) = 44.39%

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

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 44.39%
G = 50%
B = 5.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#BED618 (or 0xBED618) is known color: Rio Grande. HEX triplet: BE, D6 and 18. RGB value is (190,214,24). Sum of RGB (Red+Green+Blue) = 190+214+24=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #BED618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BED618 is #4129E7. Grayscale: #B9B9B9. Windows color (decimal): -4270568 or 1627838. OLE color: 1627838.

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

Color convert

RGB 190 214 24 -
CMYK 0.11 0 0.89 0.16
HSL 67.58º 0.8% 0.47% -
HSV(B) 67.58º 0.89% 0.84% -
XYZ 45.45 59.11 9.88 -
YUV 185.16 37.05 131.45 -
System Red Green Blue C M Y K H S L
Decimal 190 214 24 0.11 0 0.89 0.16 67.58 0.8 0.47
Hex BE D6 18 B 0 59 10 44 50 2F
Octal 276 326 30 13 0 131 20 104 120 57
Binary 10111110 11010110 11000 1011 0 1011001 10000 1000100 1010000 101111

Color Harmonies of #BED618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED618

Black with #BED618

Text Example


Text Example

White with #BED618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED618; }

 p { color: rgb(190,214,24); }

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

background-color css

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

 a { background-color: rgb(190,214,24); }

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

border-color css

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

 span { border-color: rgb(190,214,24); }

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